IVsDataParameterDescriptor.IsDerived Property
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.
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.