Sets the innermost project. This project is always the innermost one, so nothing is done.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Function SetInnerProject ( _
innerProject As Object _
) As Integer
'使用
Dim instance As ProjectNode
Dim innerProject As Object
Dim returnValue As Integer
returnValue = instance.SetInnerProject(innerProject)
public int SetInnerProject(
Object innerProject
)
public:
virtual int SetInnerProject(
Object^ innerProject
) sealed
public final function SetInnerProject(
innerProject : Object
) : int
Parameters
innerProject
Type: System.ObjectThe innermost project.
Return Value
Type: System.Int32
Implements
IVsAggregatableProject.SetInnerProject(Object)
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.