Freigeben über


SourceAndSymbolServerSettings-Konstruktor (Boolean, String)

Initialisiert eine neue Instanz der SourceAndSymbolServerSettings-Klasse.

Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)

Syntax

'Declaration
Public Sub New ( _
    indexSources As Boolean, _
    symbolStorePath As String _
)
public SourceAndSymbolServerSettings(
    bool indexSources,
    string symbolStorePath
)

Parameter

  • indexSources
    Typ: System.Boolean
    true, um von Quellen indizieren; andernfalls false.
  • symbolStorePath
    Typ: System.String
    Der Pfad zum Symbolspeicher.

.NET Framework-Sicherheit

Siehe auch

Referenz

SourceAndSymbolServerSettings Klasse

SourceAndSymbolServerSettings-Überladung

Microsoft.TeamFoundation.Build.Workflow.Activities-Namespace