SourceAndSymbolServerSettings, constructeur (Boolean, String)
Initialise une nouvelle instance de SourceAndSymbolServerSettings.
Espace de noms : Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly : Microsoft.TeamFoundation.Build.Workflow (dans Microsoft.TeamFoundation.Build.Workflow.dll)
Syntaxe
'Déclaration
Public Sub New ( _
indexSources As Boolean, _
symbolStorePath As String _
)
public SourceAndSymbolServerSettings(
bool indexSources,
string symbolStorePath
)
Paramètres
- indexSources
Type : System.Boolean
True pour les principales sources ; sinon, False.
- symbolStorePath
Type : System.String
Le chemin d'accès au magasin de symboles.
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
SourceAndSymbolServerSettings Classe
SourceAndSymbolServerSettings, surcharge
Microsoft.TeamFoundation.Build.Workflow.Activities, espace de noms