Sdílet prostřednictvím


XamlSchemaContext.GetAllXamlTypes(String) Metoda

Definice

Vyhledá sestavení, která jsou uložena tímto XamlSchemaContext způsobem, a vrátí sadu typů ze zadaného oboru názvů XAML.

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)

Parametry

xamlNamespace
String

Obor názvů XAML pro vrácení typů.

Návraty

ICollection<XamlType>

Výčet množiny typů XAML. Každý typ XAML v sadě je reprezentován objektem XamlType .

Platí pro