OANullProperty.Name Property

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

See Also

Reference

OANullProperty Class

OANullProperty Members

Microsoft.VisualStudio.Package.Automation Namespace