Share via


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

See Also

Reference

IVsDataParameter Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace