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 可讓序列化程式確保取消序列化程式有足夠的資訊可從字串表示轉換這些類型的參考。