IVsDataParameterDescriptor Interface

Definition

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.

Applies to