XamlType.ContentWrappers 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得型別,這些型別會在內容屬性並非嚴格型別相符 (例如強型別 Collection<T>
中的字串) 時,用於包裝該內容屬性的內容。
public:
property System::Collections::Generic::IList<System::Xaml::XamlType ^> ^ ContentWrappers { System::Collections::Generic::IList<System::Xaml::XamlType ^> ^ get(); };
public System.Collections.Generic.IList<System.Xaml.XamlType> ContentWrappers { get; }
member this.ContentWrappers : System.Collections.Generic.IList<System.Xaml.XamlType>
Public ReadOnly Property ContentWrappers As IList(Of XamlType)
屬性值
可能內容包裝函式的唯讀集合,否則為 null
。
備註
如果沒有包裝函式可考慮類型比對鬆散,則此屬性為 null
。
CanAssignTo評估為特定內容類型的類型不會視為多個類型,因為 是 。 ContentWrappers
在 和 XamlType 的 CLR 系結 System.Xaml 中,XAML 內容包裝函式類型可以在類型上指定為 ContentWrapperAttribute 。
如果您未針對 XamlType 使用預設的內部 CLR 反映技術,則對此屬性的呼叫可以在衍生類別上 XamlType 叫 LookupContentWrappers 用覆寫。 如需傳回值和其他行為的詳細資訊,請參閱此類型的檔 LookupContentWrappers 。