Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Get
public IVsDataParameterDescriptor Descriptor { get; }
public:
virtual property IVsDataParameterDescriptor^ Descriptor {
IVsDataParameterDescriptor^ get () sealed;
}
abstract Descriptor : IVsDataParameterDescriptor
override Descriptor : IVsDataParameterDescriptor
final function get Descriptor () : IVsDataParameterDescriptor
Property Value
Type: Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataParameterDescriptor
An IVsDataParameterDescriptor object describing the data parameter.
Implements
Remarks
In its default implementation, the descriptor describes whether the data parameter is derived, optional, or nullable.
.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.