IVsDataParameterDescriptor.IsDerived (Propiedad)

Obtiene un valor que indica si este parámetro de datos se deriva de un comando.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services.SupportEntities
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
ReadOnly Property IsDerived As Boolean
bool IsDerived { get; }
property bool IsDerived {
    bool get ();
}
abstract IsDerived : bool
function get IsDerived () : boolean

Valor de propiedad

Tipo: System.Boolean
true si se deriva este parámetro de datos; si no, false.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataParameterDescriptor Interfaz

Microsoft.VisualStudio.Data.Services.SupportEntities (Espacio de nombres)