Sdílet prostřednictvím


XamlSchemaContext.ReferenceAssemblies Vlastnost

Definice

Získá výčet sady referenčních sestavení pro kontext schématu XAML.

public:
 property System::Collections::Generic::IList<System::Reflection::Assembly ^> ^ ReferenceAssemblies { System::Collections::Generic::IList<System::Reflection::Assembly ^> ^ get(); };
public System.Collections.Generic.IList<System.Reflection.Assembly> ReferenceAssemblies { get; }
member this.ReferenceAssemblies : System.Collections.Generic.IList<System.Reflection.Assembly>
Public ReadOnly Property ReferenceAssemblies As IList(Of Assembly)

Hodnota vlastnosti

IList<Assembly>

Výčet referenčních sestavení pro kontext schématu. Každá položka informací o sestavení je určena hodnotou Assembly .

Platí pro