Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.