DomainXmlSerializerDirectory.GetPropertySerializer(Type) 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 DomainPropertyXmlSerializer instance for the given property type.
public:
Microsoft::VisualStudio::Modeling::DomainPropertyXmlSerializer ^ GetPropertySerializer(Type ^ propertyType);
public Microsoft.VisualStudio.Modeling.DomainPropertyXmlSerializer GetPropertySerializer (Type propertyType);
member this.GetPropertySerializer : Type -> Microsoft.VisualStudio.Modeling.DomainPropertyXmlSerializer
Public Function GetPropertySerializer (propertyType As Type) As DomainPropertyXmlSerializer
Parameters
- propertyType
- Type
The type of the property being serialized
Returns
The serializer instance for the given type, or NULL if no there's no serializer for the given type.