IVsDataParameter.Descriptor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When implemented by a class, gets information that describes the data parameter.
public:
property Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataParameterDescriptor ^ Descriptor { Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataParameterDescriptor ^ get(); };
public Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataParameterDescriptor Descriptor { get; }
member this.Descriptor : Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataParameterDescriptor
Public ReadOnly Property Descriptor As IVsDataParameterDescriptor
Property Value
An IVsDataParameterDescriptor object describing the data parameter.