SerializationContext.Directory 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.
A serializer instance needs to look up for other serializer instances during serialization/deserialization, so this directory provides the lookup service.
public:
property Microsoft::VisualStudio::Modeling::DomainXmlSerializerDirectory ^ Directory { Microsoft::VisualStudio::Modeling::DomainXmlSerializerDirectory ^ get(); };
[System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)]
public Microsoft.VisualStudio.Modeling.DomainXmlSerializerDirectory Directory { [System.Diagnostics.DebuggerStepThrough] get; }
[<System.Diagnostics.DebuggerBrowsable(System.Diagnostics.DebuggerBrowsableState.Never)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Directory : Microsoft.VisualStudio.Modeling.DomainXmlSerializerDirectory
Public ReadOnly Property Directory As DomainXmlSerializerDirectory
Property Value
- Attributes