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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.