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
'宣言
ReadOnly Property Descriptor As IVsDataParameterDescriptor
'使用
Dim instance As IVsDataParameter
Dim value As IVsDataParameterDescriptor
value = instance.Descriptor
IVsDataParameterDescriptor Descriptor { get; }
property IVsDataParameterDescriptor^ Descriptor {
IVsDataParameterDescriptor^ get ();
}
function get Descriptor () : IVsDataParameterDescriptor
Property Value
Type: Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataParameterDescriptor
An IVsDataParameterDescriptor object describing the data parameter.
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.Data.Services.SupportEntities Namespace