次の方法で共有


ProvideOptionPageAttribute.CategoryName Property

Gets the canonical nonlocalized name of the Tools Options page's category.

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

Syntax

'宣言
Public ReadOnly Property CategoryName As String
'使用
Dim instance As ProvideOptionPageAttribute
Dim value As String

value = instance.CategoryName
public string CategoryName { get; }
public:
property String^ CategoryName {
    String^ get ();
}
public function get CategoryName () : String

Property Value

Type: System.String

The canonical nonlocalized name of the Tools Options page category.

Permissions

See Also

Concepts

Tools Options Pages

User Settings and Options

Creating Options Pages By Using Managed Package Framework Classes

Registering Custom Tools Options Pages

Reference

ProvideOptionPageAttribute Class

ProvideOptionPageAttribute Members

Microsoft.VisualStudio.Shell Namespace

ProvideOptionPageAttribute