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.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Sub New ( _
projectUri As String, _
name As String _
)
public ProjectCreatedEvent(
string projectUri,
string name
)
public:
ProjectCreatedEvent(
String^ projectUri,
String^ name
)
new :
projectUri:string *
name:string -> ProjectCreatedEvent
public function ProjectCreatedEvent(
projectUri : String,
name : String
)
Parameters
- projectUri
Type: System.String
- name
Type: System.String
.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.