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

'宣言
Public ReadOnly Property CategoryResourceID As Short
'使用
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.

Permissions

See Also

Reference

ProvideProfileAttribute Class

ProvideProfileAttribute Members

Microsoft.VisualStudio.Shell Namespace