CodeSchemaResources.CodeSchemaTries Property

 

Looks up a localized string similar to Try blocks.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top