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
- 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.