FlavoredProjectFactoryBase.IVsAggregatableProjectFactoryCorrected.PreCreateForOuter Method
Namespace: Microsoft.VisualStudio.Shell.Flavor
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaración
Private Function PreCreateForOuter ( _
outerProjectIUnknown As IntPtr, _
<OutAttribute> ByRef projectIUnknown As IntPtr _
) As Integer Implements IVsAggregatableProjectFactoryCorrected.PreCreateForOuter
int IVsAggregatableProjectFactoryCorrected.PreCreateForOuter(
IntPtr outerProjectIUnknown,
out IntPtr projectIUnknown
)
Parameters
- outerProjectIUnknown
Type: System.IntPtr
- projectIUnknown
Type: System.IntPtr%
Return Value
Type: System.Int32
Implements
IVsAggregatableProjectFactoryCorrected.PreCreateForOuter(IntPtr, 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.