共用方式為


XamlType.AllowedContentTypes 屬性

定義

取得型別的唯讀集合,這些型別可做為這個 ContentPropertyXamlType 值。

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 反映技術,則對此屬性的呼叫可以在衍生類別上 XamlTypeLookupAllowedContentTypes 用覆寫。

適用於