IVsDataObjectService.ImplementationType, propriété

Obtient la classe comme Type qui implémente l'entité de prise en charge d' IVsDataObjectSelector . Le fournisseur fournit cette implémentation.

Espace de noms :  Microsoft.VisualStudio.Data.Services
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
ReadOnly Property ImplementationType As Type
Type ImplementationType { get; }
property Type^ ImplementationType {
    Type^ get ();
}
abstract ImplementationType : Type with get
function get ImplementationType () : Type

Valeur de propriété

Type : Type
Type comme classe en tant que cette implémente l'entité de prise en charge d' IVsDataObjectSelector .

Notes

Le type d'implémentation est spécifié dans le fichier XML de DataObjectSupport.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataObjectService Interface

Microsoft.VisualStudio.Data.Services, espace de noms