Gets the name of the property.
Namespace: Microsoft.VisualStudio.Package.Automation
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public ReadOnly Property Name As String
'使用
Dim instance As OANullProperty
Dim value As String
value = instance.Name
public string Name { get; }
public:
virtual property String^ Name {
String^ get () sealed;
}
public final function get Name () : String
Property Value
Type: System.String
When implemented by derived classes, the name of the property.
Implements
PropertyName()
Remarks
By default this method returns an empty string.
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.