CodeSchemaResources.CodeSchemaSelects Property

 

Looks up a localized string similar to Select statements.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top