XamlType.AllowedContentTypes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得型別的唯讀集合,這些型別可做為這個 ContentProperty 的 XamlType 值。
public:
property System::Collections::Generic::IList<System::Xaml::XamlType ^> ^ AllowedContentTypes { System::Collections::Generic::IList<System::Xaml::XamlType ^> ^ get(); };
public System.Collections.Generic.IList<System.Xaml.XamlType> AllowedContentTypes { get; }
member this.AllowedContentTypes : System.Collections.Generic.IList<System.Xaml.XamlType>
Public ReadOnly Property AllowedContentTypes As IList(Of XamlType)
屬性值
可能內容型別的唯讀集合。
備註
例如,可指派特定內容類型的類型 (,可指派給允許內容類型的基底類型,) 的用途 AllowedContentTypes 不會被視為多個類型。
如果您未針對 XamlType 使用預設的內部 CLR 反映技術,則對此屬性的呼叫可以在衍生類別上 XamlType 叫 LookupAllowedContentTypes 用覆寫。