CategoryName Property
VS Category name
Namespace: Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly: Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)
Syntax
'Declaration
Protected Property CategoryName As String
Get
Set
'Usage
Dim value As String
value = Me.CategoryName
Me.CategoryName = value
protected string CategoryName { get; set; }
protected:
property String^ CategoryName {
String^ get ();
void set (String^ value);
}
member CategoryName : string with get, set
function get CategoryName () : String
function set CategoryName (value : String)
Property Value
Type: System..::..String
See Also
Reference
FontAndColorProviderBase Class
Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace