LabelResult, constructeur (String, String, Int32, LabelResultStatus)
Espace de noms : Microsoft.TeamFoundation.VersionControl.Server
Assembly : Microsoft.TeamFoundation.VersionControl.Server (dans Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- labelName
Type : System.String
- scope
Type : System.String
- labelId
Type : System.Int32
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.VersionControl.Server, espace de noms