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