OAReferenceItem.Name Property

This member overrides OAProjectItem<ReferenceNode>.Name.

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

Syntax

'宣言
Public Overrides Property Name As String
'使用
Dim instance As OAReferenceItem
Dim value As String

value = instance.Name

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

Property Value

Type: System.String

Implements

ProjectItemName()

Permissions

See Also

Reference

OAReferenceItem Class

OAReferenceItem Members

Microsoft.VisualStudio.Package.Automation Namespace