CodeSchemaResources.CodeSchemaParameters Property

 

Looks up a localized string similar to Parameters.

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

Syntax

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

Property Value

Type: System.String

See Also

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

Return to top