XamlSchemaContext::ReferenceAssemblies Property

.NET Framework (current version)
 

Gets an enumerable set of reference assemblies for the XAML schema context.

Namespace:   System.Xaml
Assembly:  System.Xaml (in System.Xaml.dll)

public:
property IList<Assembly^>^ ReferenceAssemblies {
	IList<Assembly^>^ get();
}

Property Value

Type: System.Collections.Generic::IList<Assembly^>^

An enumerable set of reference assemblies for the schema context. Each assembly information item is specified by an Assembly value.

.NET Framework
Available since 4.0
Return to top
Show: