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