Gets from the collection, the data object that matches the specified identifier.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'宣言
ReadOnly Default Property Item ( _
identifier As Object() _
) As IVsDataObject
'使用
Dim instance As IVsDataObjectCollection
Dim identifier As Object()
Dim value As IVsDataObject
value = instance(identifier)
IVsDataObject this[
Object[] identifier
] { get; }
property IVsDataObject^ default[array<Object^>^ identifier] {
IVsDataObject^ get (array<Object^>^ identifier);
}
JScript does not support indexed properties.
Parameters
identifier
Type: []An array containing the identifier parts that uniquely identify the data object requested.
Property Value
Type: Microsoft.VisualStudio.Data.Services.IVsDataObject
An IVsDataObject object corresponding to the specified identifier.
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
IVsDataObjectCollection Interface