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