XamlSchemaContext.GetAllXamlTypes(String) Yöntem

Tanım

Bunun XamlSchemaContext tarafından tutulan derlemeleri arar ve belirtilen XAML ad alanından bir tür kümesi döndürür.

public:
 virtual System::Collections::Generic::ICollection<System::Xaml::XamlType ^> ^ GetAllXamlTypes(System::String ^ xamlNamespace);
public virtual System.Collections.Generic.ICollection<System.Xaml.XamlType> GetAllXamlTypes (string xamlNamespace);
abstract member GetAllXamlTypes : string -> System.Collections.Generic.ICollection<System.Xaml.XamlType>
override this.GetAllXamlTypes : string -> System.Collections.Generic.ICollection<System.Xaml.XamlType>
Public Overridable Function GetAllXamlTypes (xamlNamespace As String) As ICollection(Of XamlType)

Parametreler

xamlNamespace
String

Türlerinin döndürüleceği XAML ad alanı.

Döndürülenler

XAML türlerinin numaralandırılabilir kümesi. Kümedeki her XAML türü bir XamlType nesneyle temsil edilir.

Şunlara uygulanır