Transaction.ContextInstance Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Return the Context instance that this Transaction is part of.
public:
property Microsoft::VisualStudio::Modeling::Context ^ ContextInstance { Microsoft::VisualStudio::Modeling::Context ^ get(); };
public Microsoft.VisualStudio.Modeling.Context ContextInstance { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.ContextInstance : Microsoft.VisualStudio.Modeling.Context
Public ReadOnly Property ContextInstance As Context
Property Value
- Attributes