SettingsPage.Name Property

Gets or sets the name of the property page.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
<BrowsableAttribute(False)> _
<AutomationBrowsableAttribute(False)> _
Public Property Name As String
'使用
Dim instance As SettingsPage
Dim value As String

value = instance.Name

instance.Name = value
[BrowsableAttribute(false)]
[AutomationBrowsableAttribute(false)]
public string Name { get; set; }
[BrowsableAttribute(false)]
[AutomationBrowsableAttribute(false)]
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
public function get Name () : String
public function set Name (value : String)

Property Value

Type: System.String

The name of the property page.

Permissions

See Also

Reference

SettingsPage Class

SettingsPage Members

Microsoft.VisualStudio.Package Namespace