OAReferenceBase<RefType>.Name Property

Gets the name of the reference.

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

Syntax

'宣言
Public Overridable ReadOnly Property Name As String
'使用
Dim instance As OAReferenceBase
Dim value As String

value = instance.Name
public virtual string Name { get; }
public:
virtual property String^ Name {
    String^ get ();
}
public function get Name () : String

Property Value

Type: System.String

The name of the reference.

Implements

Reference.Name

Permissions

See Also

Reference

OAReferenceBase<RefType> Class

OAReferenceBase<RefType> Members

Microsoft.VisualStudio.Package.Automation Namespace