Gets the name of the data object.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'宣言
ReadOnly Property Name As String
'使用
Dim instance As IVsDataObject
Dim value As String
value = instance.Name
string Name { get; }
property String^ Name {
String^ get ();
}
function get Name () : String
Property Value
Type: System.String
The name of the data object.
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.