ProvideOptionDialogPageAttribute.PageNameResourceId Property

Gets the name resource ID of the page.

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

Syntax

'宣言
Public ReadOnly Property PageNameResourceId As String
'使用
Dim instance As ProvideOptionDialogPageAttribute
Dim value As String

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

Property Value

Type: System.String

The name resource ID of the page.

Permissions

See Also

Reference

ProvideOptionDialogPageAttribute Class

ProvideOptionDialogPageAttribute Members

Microsoft.VisualStudio.Shell Namespace