IVsDataReader.Descriptor Property
When implemented by a class, gets information that describes the data from a data source.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property Descriptor As IVsDataReaderDescriptor
IVsDataReaderDescriptor Descriptor { get; }
property IVsDataReaderDescriptor^ Descriptor {
IVsDataReaderDescriptor^ get ();
}
abstract Descriptor : IVsDataReaderDescriptor with get
function get Descriptor () : IVsDataReaderDescriptor
Property Value
Type: Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataReaderDescriptor
An IVsDataReaderDescriptor object describing the data.
.NET Framework Security
- 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.Data.Services.SupportEntities Namespace