MarkupProperty.TypeReferences プロパティ

定義

派生クラスでオーバーライドされると、この MarkupProperty が値を文字列としてシリアル化するときに参照する型のセットを取得します。

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)

プロパティ値

IEnumerable<Type>

型のセット。

注釈

TypeReferences を使用すると、シリアライザーは、文字列表現からこれらの型への参照を変換するのに十分な情報をデシリアライザーに確保できます。

適用対象