共用方式為


IVsDataParameterDescriptor.IsDerived Property

Definition

Gets a value indicating whether this data parameter is derived from a command.

public:
 property bool IsDerived { bool get(); };
public bool IsDerived { get; }
member this.IsDerived : bool
Public ReadOnly Property IsDerived As Boolean

Property Value

true if this data parameter is derived; otherwise, false.

Applies to