IVsSimpleBrowseComponentSet.get_Owner(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.
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
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.