OAProperty.Name Property

Gets the name of the object.

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

Syntax

'宣言
Public ReadOnly Property Name As String
'使用
Dim instance As OAProperty
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

A string value representing the name of the object.

Implements

PropertyName()

Permissions

See Also

Reference

OAProperty Class

OAProperty Members

Microsoft.VisualStudio.Package.Automation Namespace

Name()