다음을 통해 공유


ProvideProfileAttribute.CategoryResourceID Property

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

Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
  Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)

Syntax

‘선언
Public ReadOnly Property CategoryResourceID As Short
    Get
‘사용 방법
Dim instance As ProvideProfileAttribute
Dim value As Short

value = instance.CategoryResourceID
public short CategoryResourceID { get; }
public:
property short CategoryResourceID {
    short get ();
}
member CategoryResourceID : int16
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