MarkupProperty.TypeReferences プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
派生クラスでオーバーライドされると、この 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)
プロパティ値
型のセット。
注釈
TypeReferences を使用すると、シリアライザーは、文字列表現からこれらの型への参照を変換するのに十分な情報をデシリアライザーに確保できます。