CodeSchemaResources.CodeSchemaLhs Property

 

Looks up a localized string similar to Left-hand side.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top