CodeSchemaResources.CodeSchemaTypes Property

 

Looks up a localized string similar to Types.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top