MarkupProperty.TypeReferences Property

Definition

When overridden in a derived class, gets the set of types that this MarkupProperty will reference when it serializes its value as a string.

public:
 abstract property System::Collections::Generic::IEnumerable<Type ^> ^ TypeReferences { System::Collections::Generic::IEnumerable<Type ^> ^ get(); };
public abstract System.Collections.Generic.IEnumerable<Type> TypeReferences { get; }
member this.TypeReferences : seq<Type>
Public MustOverride ReadOnly Property TypeReferences As IEnumerable(Of Type)

Property Value

The set of types.

Remarks

TypeReferences enables a serializer to ensure that the de-serializer has enough information to convert references to these type from the string representations.

Applies to