IVsGlobalsCallback.GetParent Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Sub GetParent ( _
ByRef ppOut As Object _
)
void GetParent(
ref Object ppOut
)
void GetParent(
Object^% ppOut
)
abstract GetParent :
ppOut:Object byref -> unit
function GetParent(
ppOut : Object
)
Parameters
ppOut
Type: System.Object%The parent.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.