ManagedWrapper.GetSite(Guid, Object) 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.
Retourne le site pour le wrapper.
public:
int GetSite(Guid % riid, [Runtime::InteropServices::Out] System::Object ^ % ppvSite);
public int GetSite (ref Guid riid, out object ppvSite);
member this.GetSite : Guid * obj -> int
Public Function GetSite (ByRef riid As Guid, ByRef ppvSite As Object) As Integer
Paramètres
- riid
- Guid
L'identificateur.
- ppvSite
- Object
Site.
Retours
Site pour le wrapper.