XamlSchemaContext.GetAllXamlTypes(String) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
Výčet množiny typů XAML. Každý typ XAML v sadě je reprezentován objektem XamlType .