LabelResult Constructor (String, String, Int32, LabelResultStatus)
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Декларация
Public Sub New ( _
labelName As String, _
scope As String, _
labelId As Integer, _
status As LabelResultStatus _
)
public LabelResult(
string labelName,
string scope,
int labelId,
LabelResultStatus status
)
public:
LabelResult(
String^ labelName,
String^ scope,
int labelId,
LabelResultStatus status
)
new :
labelName:string *
scope:string *
labelId:int *
status:LabelResultStatus -> LabelResult
public function LabelResult(
labelName : String,
scope : String,
labelId : int,
status : LabelResultStatus
)
Parameters
- labelName
Type: System.String
- scope
Type: System.String
- labelId
Type: System.Int32
.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.