IVsCombinedBrowseComponentSet.RemoveOwnerSets(Object) Method

Definition

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

pOwner
Object

An object that implements VSProject.

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);  

Applies to