ICatalogService.CreateChangeContext Method
Creates a change context in which many changes can be batched together.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function CreateChangeContext As CatalogChangeContext
CatalogChangeContext CreateChangeContext()
CatalogChangeContext^ CreateChangeContext()
abstract CreateChangeContext : unit -> CatalogChangeContext
function CreateChangeContext() : CatalogChangeContext
Return Value
Type: Microsoft.TeamFoundation.Framework.Client.CatalogChangeContext
A change context in which many changes can be batched together.
.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.