| File: src\0287efa55ea944ea\System.Windows.Forms.Analyzers.VisualBasic.Resources.SR.vb | |
| Project: src\winforms\src\System.Windows.Forms.Analyzers.VisualBasic\src\System.Windows.Forms.Analyzers.VisualBasic.vbproj (System.Windows.Forms.Analyzers.VisualBasic) |
' <auto-generated> Imports System.Reflection Namespace System.Windows.Forms.Analyzers.VisualBasic.Resources Friend Partial Class SR Private Sub New End Sub Private Shared s_resourceManager As Global.System.Resources.ResourceManager Friend Shared ReadOnly Property ResourceManager As Global.System.Resources.ResourceManager Get If s_resourceManager Is Nothing Then s_resourceManager = New Global.System.Resources.ResourceManager(GetType(SR)) End If Return s_resourceManager End Get End Property Friend Shared Property Culture As Global.System.Globalization.CultureInfo <Global.System.Runtime.CompilerServices.MethodImpl(Global.System.Runtime.CompilerServices.MethodImplOptions.AggressiveInlining)> Friend Shared Function GetResourceString(ByVal resourceKey As String, Optional ByVal defaultValue As String = Nothing) As String Return ResourceManager.GetString(resourceKey, Culture) End Function ''' <summary>A property should determine its property content serialization with the DesignerSerializationVisibilityAttribute, DefaultValueAttribute or the ShouldSerializeProperty method.</summary> Friend Shared ReadOnly Property [WFO1000AnalyzerDescription] As String Get Return GetResourceString("WFO1000AnalyzerDescription") End Get End Property ''' <summary>Missing code serialization configuration for property content</summary> Friend Shared ReadOnly Property [WFO1000AnalyzerTitle] As String Get Return GetResourceString("WFO1000AnalyzerTitle") End Get End Property ''' <summary>Property '{0}' does not configure the code serialization for its property content</summary> Friend Shared ReadOnly Property [WFO1000AnalyzerMessageFormat] As String Get Return GetResourceString("WFO1000AnalyzerMessageFormat") End Get End Property ''' <summary>Avoid passing a `Func<T>` to `InvokeAsync` where `T` is a `Task` or `ValueTask`, unless your intention is for the delegate to simply be kicked off as an unsupervised task. Instead, use `Func<CancellationToken, ValueTask>` or `Func<CancellationToken, ValueT ...</summary> Friend Shared ReadOnly Property [WFO2001AnalyzerDescription] As String Get Return GetResourceString("WFO2001AnalyzerDescription") End Get End Property ''' <summary>Task is being passed to InvokeAsync without a cancellation token</summary> Friend Shared ReadOnly Property [WFO2001AnalyzerMessageFormat] As String Get Return GetResourceString("WFO2001AnalyzerMessageFormat") End Get End Property ''' <summary>Task is being passed to InvokeAsync without a cancellation token</summary> Friend Shared ReadOnly Property [WFO2001AnalyzerTitle] As String Get Return GetResourceString("WFO2001AnalyzerTitle") End Get End Property ''' <summary>Type `{0}` does not implement `ITypedDataObject` interface</summary> Friend Shared ReadOnly Property [WFO1001AnalyzerMessageFormat] As String Get Return GetResourceString("WFO1001AnalyzerMessageFormat") End Get End Property ''' <summary>`IDataObject` type does not implement `ITypedDataObject`</summary> Friend Shared ReadOnly Property [WFO1001AnalyzerTitle] As String Get Return GetResourceString("WFO1001AnalyzerTitle") End Get End Property ''' <summary>Types should implement `ITypedDataObject` to support best practices when interacting with data. Types will not work with typed APIs in Clipboard and other data exchange scenarios if they only implement `IDataObject`.</summary> Friend Shared ReadOnly Property [WFO1001AnalyzerDescription] As String Get Return GetResourceString("WFO1001AnalyzerDescription") End Get End Property End Class End Namespace