共用方式為


XamlLanguage.AllTypes 屬性

定義

取得個別 XamlType 值的唯讀泛型集合,這些值符合或別名化由 .NET XAML 服務定義的 XAML 語言本質。

public:
 static property System::Collections::ObjectModel::ReadOnlyCollection<System::Xaml::XamlType ^> ^ AllTypes { System::Collections::ObjectModel::ReadOnlyCollection<System::Xaml::XamlType ^> ^ get(); };
public static System.Collections.ObjectModel.ReadOnlyCollection<System.Xaml.XamlType> AllTypes { get; }
member this.AllTypes : System.Collections.ObjectModel.ReadOnlyCollection<System.Xaml.XamlType>
Public Shared ReadOnly Property AllTypes As ReadOnlyCollection(Of XamlType)

屬性值

ReadOnlyCollection<XamlType>

符合 XAML 語言本質之各個 XamlType 的唯讀泛型集合。

備註

如需內建 XAML 資訊專案的清單,請參閱 [MS-XAML] 第 5.2 節 。 請注意,並非所有列為 5.2 子區段的專案都會實作為 XamlType 。 例如, x:Code 不是類型。

適用於