SimpleMonikerResolver.SerializationContext 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.
Caution
SerializationContext is now stored in the TransactionContext and is accessible from the current Transaction
Gets or Sets the current serialization context.
public:
virtual property Microsoft::VisualStudio::Modeling::SerializationContext ^ SerializationContext { Microsoft::VisualStudio::Modeling::SerializationContext ^ get(); void set(Microsoft::VisualStudio::Modeling::SerializationContext ^ value); };
[System.Obsolete("SerializationContext is now stored in the TransactionContext and is accessible from the current Transaction")]
public virtual Microsoft.VisualStudio.Modeling.SerializationContext SerializationContext { get; set; }
[<System.Obsolete("SerializationContext is now stored in the TransactionContext and is accessible from the current Transaction")>]
member this.SerializationContext : Microsoft.VisualStudio.Modeling.SerializationContext with get, set
Public Overridable Property SerializationContext As SerializationContext
Property Value
- Attributes