Condividi tramite


FlavoredProjectFactoryBase.IVsAggregatableProjectFactoryCorrected.PreCreateForOuter Method

Namespace:  Microsoft.VisualStudio.Shell.Flavor
Assemblies:   Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Dichiarazione
Private Function PreCreateForOuter ( _
    outerProjectIUnknown As IntPtr, _
    <OutAttribute> ByRef projectIUnknown As IntPtr _
) As Integer Implements IVsAggregatableProjectFactoryCorrected.PreCreateForOuter
'Utilizzo
Dim instance As FlavoredProjectFactoryBase
Dim outerProjectIUnknown As IntPtr
Dim projectIUnknown As IntPtr
Dim returnValue As Integer

returnValue = CType(instance, IVsAggregatableProjectFactoryCorrected).PreCreateForOuter(outerProjectIUnknown, _
    projectIUnknown)
int IVsAggregatableProjectFactoryCorrected.PreCreateForOuter(
    IntPtr outerProjectIUnknown,
    out IntPtr projectIUnknown
)
private:
virtual int PreCreateForOuter(
    IntPtr outerProjectIUnknown, 
    [OutAttribute] IntPtr% projectIUnknown
) sealed = IVsAggregatableProjectFactoryCorrected::PreCreateForOuter
private abstract PreCreateForOuter : 
        outerProjectIUnknown:IntPtr * 
        projectIUnknown:IntPtr byref -> int 
private override PreCreateForOuter : 
        outerProjectIUnknown:IntPtr * 
        projectIUnknown:IntPtr byref -> int 
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Int32

Implements

IVsAggregatableProjectFactoryCorrected.PreCreateForOuter(IntPtr, IntPtr%)

.NET Framework Security

See Also

Reference

FlavoredProjectFactoryBase Class

FlavoredProjectFactoryBase Members

Microsoft.VisualStudio.Shell.Flavor Namespace