IVsCombinedBrowseComponentSet.RemoveOwnerSets(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.
Supprime les jeux identifiés par le propriétaire.
public:
int RemoveOwnerSets(System::Object ^ pOwner);
public:
int RemoveOwnerSets(Platform::Object ^ pOwner);
int RemoveOwnerSets(winrt::Windows::Foundation::IInspectable const & pOwner);
public int RemoveOwnerSets (object pOwner);
abstract member RemoveOwnerSets : obj -> int
Public Function RemoveOwnerSets (pOwner As Object) As Integer
Paramètres
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.
Remarques
Signature COM
À partir de vsshell80. idl :
HRESULT RemoveOwnerSets([in] IUnknown * pOwner);