CodeSchemaResources.CodeSchemaSelects Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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

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

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

CodeSchemaResources Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.CodeSchema Namespace