IBuildDefinitionManager.OpenDefinition Method
This action is the same as the user selecting Edit Definition from the Team Explorer Build Definition context menu.
Namespace: Microsoft.VisualStudio.TeamFoundation.Build
Assembly: Microsoft.VisualStudio.TeamFoundation.Build (in Microsoft.VisualStudio.TeamFoundation.Build.dll)
Syntax
'Declaration
Sub OpenDefinition ( _
buildDefinitionUri As Uri _
)
void OpenDefinition(
Uri buildDefinitionUri
)
void OpenDefinition(
Uri^ buildDefinitionUri
)
abstract OpenDefinition :
buildDefinitionUri:Uri -> unit
function OpenDefinition(
buildDefinitionUri : Uri
)
Parameters
buildDefinitionUri
Type: System.Urithe full Uri for the definition
.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.