Share via


CodeSchemaResources.CodeSchemaMembers Property

 

Looks up a localized string similar to Members.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top