IVsDataViewCommandInfo.CommandProviderType (Propiedad)

Obtiene la clase como Type que implementa la entidad de compatibilidad de IVsDataViewCommandProvider .El proveedor proporciona esta implementación.

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

Sintaxis

'Declaración
ReadOnly Property CommandProviderType As Type
Type CommandProviderType { get; }
property Type^ CommandProviderType {
    Type^ get ();
}
abstract CommandProviderType : Type
function get CommandProviderType () : Type

Valor de propiedad

Tipo: System.Type
Type que representa la clase que implementa la entidad de compatibilidad de IVsDataViewCommandProvider .

Comentarios

Especifique el tipo de implementación en el archivo XML de DataObjectSupport.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataViewCommandInfo Interfaz

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