IVsCombinedBrowseComponentSet.RemoveOwnerSets(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the sets identified by the owner.
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
Parameters
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
HRESULT RemoveOwnerSets([in] IUnknown * pOwner);