CodeSchemaResources.CodeSchemaBreaks Property

 

Looks up a localized string similar to Break statements.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top