IVsDataParameterDescriptor Interface
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.
Represents information about a data parameter.
public interface class IVsDataParameterDescriptor
public interface IVsDataParameterDescriptor
type IVsDataParameterDescriptor = interface
Public Interface IVsDataParameterDescriptor
- Derived
Properties
IsDerived |
Gets a value indicating whether this data parameter is derived from a command. |
IsNullable |
Gets a value indicating whether this data parameter can contain a null value. |
IsOptional |
Gets a value indicating whether this data parameter is an optional parameter. |