Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Allows the project to initialize itself. At this point it possible to call the inner project. This method also allows canceling the project creation process.
Namespace: Microsoft.VisualStudio.Shell.Flavor
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Protected Overridable Sub InitializeForOuter ( _
fileName As String, _
location As String, _
name As String, _
flags As UInteger, _
ByRef guidProject As Guid, _
<OutAttribute> ByRef cancel As Boolean _
)
protected virtual void InitializeForOuter(
string fileName,
string location,
string name,
uint flags,
ref Guid guidProject,
out bool cancel
)
Parameters
- fileName
Type: System.String
- location
Type: System.String
- name
Type: System.String
- flags
Type: System.UInt32
- guidProject
Type: System.Guid%
- cancel
Type: System.Boolean%
.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.