Share via


ProvideProfileAttribute.CategoryResourceID Property

Gets the name resource ID for a Visual Studio settings category.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

'Declaration
Public ReadOnly Property CategoryResourceID As Short
'Usage
Dim instance As ProvideProfileAttribute 
Dim value As Short 

value = instance.CategoryResourceID
public short CategoryResourceID { get; }
public:
property short CategoryResourceID {
    short get ();
}
public function get CategoryResourceID () : short

Property Value

Type: System.Int16
The localized name resource ID of the Visual Studio settings category.

.NET Framework Security

See Also

Reference

ProvideProfileAttribute Class

ProvideProfileAttribute Members

Microsoft.VisualStudio.Shell Namespace