TeamBuildEventArgs Constructor
Namespace: Microsoft.TeamFoundation.Build
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Declaration
Public Sub New ( _
tag As String, _
value As String _
)
public TeamBuildEventArgs(
string tag,
string value
)
public:
TeamBuildEventArgs(
String^ tag,
String^ value
)
new :
tag:string *
value:string -> TeamBuildEventArgs
public function TeamBuildEventArgs(
tag : String,
value : String
)
Parameters
- tag
Type: System.String
- value
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.