IVsSimpleBrowseComponentSet.get_Owner(Object) Method

Definition

Identifies the component set by the owner.

public:
 int get_Owner([Runtime::InteropServices::Out] System::Object ^ % ppOwner);
public int get_Owner (out object ppOwner);
abstract member get_Owner : obj -> int
Public Function get_Owner (ByRef ppOwner As Object) As Integer

Parameters

ppOwner
Object

An object that implements VSProject.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to