Share via


DataParameter.Descriptor Property

Gets information that describes the data parameter.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public ReadOnly Property Descriptor As IVsDataParameterDescriptor
public IVsDataParameterDescriptor Descriptor { get; }
public:
virtual property IVsDataParameterDescriptor^ Descriptor {
    IVsDataParameterDescriptor^ get () sealed;
}
abstract Descriptor : IVsDataParameterDescriptor with get 
override Descriptor : IVsDataParameterDescriptor with get
final function get Descriptor () : IVsDataParameterDescriptor

Property Value

Type: Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataParameterDescriptor
An IVsDataParameterDescriptor object describing the data parameter.

Implements

IVsDataParameter.Descriptor

Remarks

In its default implementation, the descriptor describes whether the data parameter is derived, optional, or nullable.

.NET Framework Security

See Also

Reference

DataParameter Class

Microsoft.VisualStudio.Data.Framework Namespace