Share via


PropertyExtension<TTargetElementType>.Category Property

 

Gets the localized name of the category to display in the Property window (default = 'Validate Architecture').

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

Syntax

public override string Category { get; }
public:
property String^ Category {
    virtual String^ get() override;
}
override Category : string with get
Public Overrides ReadOnly Property Category As String

Property Value

Type: System.String

See Also

PropertyExtension<TTargetElementType> Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace

Return to top