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
- 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.
See Also
Reference
Microsoft.VisualStudio.Package.Automation Namespace
Name()