ProvideOptionPageAttribute::CategoryResourceID Property

 

Gets the category resource ID for a Tools Options page.

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

public:
property short CategoryResourceID {
	[CompilerGeneratedAttribute]
	short get();
	[CompilerGeneratedAttribute]
	private: void set(short value);
}

Property Value

Type: System::Int16

The category resource ID for the Tools Options page.

Return to top
Show: