IVsDataObjectService.ImplementationType (Propiedad)

Obtiene la clase como Type que implementa la entidad de compatibilidad de IVsDataObjectSelector .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 ImplementationType As Type
Type ImplementationType { get; }
property Type^ ImplementationType {
    Type^ get ();
}
abstract ImplementationType : Type
function get ImplementationType () : Type

Valor de propiedad

Tipo: System.Type
Type como la clase como esa implementa la entidad de compatibilidad de IVsDataObjectSelector .

Comentarios

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

Seguridad de .NET Framework

Vea también

Referencia

IVsDataObjectService Interfaz

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