FlavoredProjectBase.SetInnerProject Method
This is were all QI for interface on the inner object should happen Then set the inner project wait for InitializeForOuter to be called to do the real initialization
Namespace: Microsoft.VisualStudio.Shell.Flavor
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Protected Overridable Sub SetInnerProject ( _
innerIUnknown As IntPtr _
)
protected virtual void SetInnerProject(
IntPtr innerIUnknown
)
protected:
virtual void SetInnerProject(
IntPtr innerIUnknown
)
abstract SetInnerProject :
innerIUnknown:IntPtr -> unit
override SetInnerProject :
innerIUnknown:IntPtr -> unit
protected function SetInnerProject(
innerIUnknown : IntPtr
)
Parameters
- innerIUnknown
Type: IntPtr
.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.