This documentation is archived and is not being maintained.
BuildServerExtensions::GetDefaultSourceProvider Method
Visual Studio 2013
This extension method for IBuildDefinition retuns the first source provider for the definition. If no source provider is listed, an empty TFVC provider is returned.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
[ExtensionAttribute] public: static IBuildDefinitionSourceProvider^ GetDefaultSourceProvider( IBuildDefinition^ definition )
Parameters
- definition
- Type: Microsoft.TeamFoundation.Build.Client::IBuildDefinition
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type IBuildDefinition. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).- 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.
Show: