FlavoredProject.SetInnerProject Method
Sets up the interfaces and menu commands for the inner project.
Namespace: Microsoft.VisualStudio.Shell.Flavor
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'宣告
Protected Overridable Sub SetInnerProject ( _
inner As Object _
)
protected virtual void SetInnerProject(
Object inner
)
Parameters
- inner
Type: System.Object
The inner project subtype.
Remarks
This method does not do initialization, which is performed by InitializeForOuter.
.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.