FlavoredProjectFactory.IVsAggregatableProjectFactory.PreCreateForOuter Method
Namespace: Microsoft.VisualStudio.Shell.Flavor
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Private Function PreCreateForOuter ( _
outerProject As Object, _
<OutAttribute> ByRef project As Object _
) As Integer Implements IVsAggregatableProjectFactory.PreCreateForOuter
'使用
Dim instance As FlavoredProjectFactory
Dim outerProject As Object
Dim project As Object
Dim returnValue As Integer
returnValue = CType(instance, IVsAggregatableProjectFactory).PreCreateForOuter(outerProject, _
project)
int IVsAggregatableProjectFactory.PreCreateForOuter(
Object outerProject,
out Object project
)
private:
virtual int PreCreateForOuter(
Object^ outerProject,
[OutAttribute] Object^% project
) sealed = IVsAggregatableProjectFactory::PreCreateForOuter
JScript does not support explicit interface implementations.
Parameters
- outerProject
Type: System.Object
- project
Type: System.Object%
Return Value
Type: System.Int32
Implements
IVsAggregatableProjectFactory.PreCreateForOuter(Object, 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.