DomainXmlSerializerDirectory.GetSerializer(Guid) Method
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.
Get the DomainClassXmlSerializer instance for the given DomainClass Id.
public:
Microsoft::VisualStudio::Modeling::DomainClassXmlSerializer ^ GetSerializer(Guid domainClassId);
public Microsoft.VisualStudio.Modeling.DomainClassXmlSerializer GetSerializer (Guid domainClassId);
member this.GetSerializer : Guid -> Microsoft.VisualStudio.Modeling.DomainClassXmlSerializer
Public Function GetSerializer (domainClassId As Guid) As DomainClassXmlSerializer
Parameters
- domainClassId
- Guid
DomainClass Id to get DomainClassXmlSerializer instance for.
Returns
The DomainClassXmlSerializer instance for the given DomainClassInfo, or NULL if no there's no serializer for the given DomainClass Id.