CodeSchemaCategoriesResources.CodeSchema_CatchExpression_NavigationActionLabel Property

 

Looks up a localized string similar to Catch blocks.

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema.dll)

Syntax

public static string CodeSchema_CatchExpression_NavigationActionLabel { get; }
public:
property String^ CodeSchema_CatchExpression_NavigationActionLabel {
    static String^ get();
}
static member CodeSchema_CatchExpression_NavigationActionLabel : string with get
Public Shared ReadOnly Property CodeSchema_CatchExpression_NavigationActionLabel As String

Property Value

Type: System.String

See Also

CodeSchemaCategoriesResources Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace

Return to top