ServicingStep, constructeur (String, String, String, String)
Espace de noms : Microsoft.TeamFoundation.Framework.Client
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Public Sub New ( _
name As String, _
performer As String, _
stepType As String, _
stepData As String _
)
public ServicingStep(
string name,
string performer,
string stepType,
string stepData
)
Paramètres
- name
Type : System.String
- performer
Type : System.String
- stepType
Type : System.String
- stepData
Type : System.String
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.