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.
Initializes the web proxies, as required, and ensures that the corresponding server is ready for project creation.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub Initialize ( _
ctxt As ProjectCreationContext _
)
void Initialize(
ProjectCreationContext ctxt
)
void Initialize(
ProjectCreationContext^ ctxt
)
abstract Initialize :
ctxt:ProjectCreationContext -> unit
function Initialize(
ctxt : ProjectCreationContext
)
Parameters
- ctxt
Type: Microsoft.TeamFoundation.Client.ProjectCreationContext
The ProjectCreationContext that is associated with the current process.
.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.