ProvideOptionPageAttribute.CategoryResourceID Property
Gets the category resource ID for a Tools Options page.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Public ReadOnly Property CategoryResourceID As Short
'使用
Dim instance As ProvideOptionPageAttribute
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 category resource ID for the Tools Options page.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Concepts
Creating Options Pages By Using Managed Package Framework Classes
Registering Custom Tools Options Pages
Reference
ProvideOptionPageAttribute Class
ProvideOptionPageAttribute Members