Initializes a new instance of the SourceAndSymbolServerSettings class.
Namespace:  Microsoft.TeamFoundation.Build.Workflow.Activities
Assembly:  Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll)
Syntax
声明
Public Sub New ( _
    indexSources As Boolean, _
    symbolStorePath As String _
)
public SourceAndSymbolServerSettings(
    bool indexSources,
    string symbolStorePath
)
public:
SourceAndSymbolServerSettings(
    bool indexSources, 
    String^ symbolStorePath
)
new : 
        indexSources:bool * 
        symbolStorePath:string -> SourceAndSymbolServerSettings
public function SourceAndSymbolServerSettings(
    indexSources : boolean, 
    symbolStorePath : String
)
Parameters
- indexSources
 Type: System.Boolean
 True to index sources; otherwise, false.
- symbolStorePath
 Type: System.String
 The path to the symbol store.
.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.
See Also
Reference
SourceAndSymbolServerSettings Class
SourceAndSymbolServerSettings Overload
Microsoft.TeamFoundation.Build.Workflow.Activities Namespace