Gets the name of the properties page.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
<AutomationBrowsableAttribute(False)> _
<BrowsableAttribute(False)> _
Public Overridable ReadOnly Property Name As String
'使用
Dim instance As NodeProperties
Dim value As String
value = instance.Name
[AutomationBrowsableAttribute(false)]
[BrowsableAttribute(false)]
public virtual string Name { get; }
[AutomationBrowsableAttribute(false)]
[BrowsableAttribute(false)]
public:
virtual property String^ Name {
String^ get ();
}
public function get Name () : String
Property Value
Type: System.String
The display name of the associated hierarchy node.
Remarks
The name is used by the property pages frame to set its title bar.
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.