次の方法で共有


ProvideOptionPageAttribute.TypeId Property

Gets the current instance of ProvideOptionPageAttribute.

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

Syntax

'宣言
Public Overrides ReadOnly Property TypeId As Object
'使用
Dim instance As ProvideOptionPageAttribute
Dim value As Object

value = instance.TypeId
public override Object TypeId { get; }
public:
virtual property Object^ TypeId {
    Object^ get () override;
}
public override function get TypeId () : Object

Property Value

Type: System.Object

The current instance of ProvideOptionPageAttribute.

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