Context Class

Contains the mapping of transactions to partitions.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
Public NotInheritable Class Context _
    Implements IDisposable
'Usage
Dim instance As Context
public sealed class Context : IDisposable
public ref class Context sealed : IDisposable
public final class Context implements IDisposable

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Modeling.Context

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Context Members

Microsoft.VisualStudio.Modeling Namespace