ElementOperations.GetElementGroupPrototype(IServiceProvider, IDataObject) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l'ElementGroupPrototype du DataObject, s'il existe.
public:
static Microsoft::VisualStudio::Modeling::ElementGroupPrototype ^ GetElementGroupPrototype(IServiceProvider ^ serviceProvider, System::Windows::Forms::IDataObject ^ data);
public static Microsoft.VisualStudio.Modeling.ElementGroupPrototype GetElementGroupPrototype (IServiceProvider serviceProvider, System.Windows.Forms.IDataObject data);
static member GetElementGroupPrototype : IServiceProvider * System.Windows.Forms.IDataObject -> Microsoft.VisualStudio.Modeling.ElementGroupPrototype
Public Shared Function GetElementGroupPrototype (serviceProvider As IServiceProvider, data As IDataObject) As ElementGroupPrototype
Paramètres
- serviceProvider
- IServiceProvider
Fournisseur de services à utiliser pour récupérer IToolboxService.
- data
- IDataObject
IDataObject duquel récupérer ElementGroupPrototype.
Retours
ElementGroupPrototype de DataObject.
Remarques
Le nom du format de données est supposé être ElementGroupPrototype. DefaultDataFormatName.