IVsGlobalsCallback2.GetParent(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.
Gets the parent of the object implementing Microsoft.VisualStudio.Shell.Interop.IVsGlobalsCallBack2.
public:
int GetParent(System::Object ^ % ppOut);
int GetParent(winrt::Windows::Foundation::IInspectable const & & ppOut);
public int GetParent (ref object ppOut);
abstract member GetParent : obj -> int
Public Function GetParent (ByRef ppOut As Object) As Integer
Parameters
- ppOut
- Object
[out] Pointer to the IDispatch interface of the interface's parent object.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.