Dela via


SourceInformation.Assemblies Property

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets an array of assembly names referenced by the project that contains the XAML file.

Namespace:  Microsoft.Xaml
Assembly:  Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)

Syntax

'Declaration
Public ReadOnly Property Assemblies As AssemblyName()
'Usage
Dim instance As SourceInformation 
Dim value As AssemblyName()

value = instance.Assemblies
public AssemblyName[] Assemblies { get; }
public:
property array<AssemblyName^>^ Assemblies {
    array<AssemblyName^>^ get ();
}
public function get Assemblies () : AssemblyName[]

Property Value

Type: array<System.Reflection.AssemblyName[]
An AssemblyName array of assembly names referenced by the project that contains the XAML file.

.NET Framework Security

See Also

Reference

SourceInformation Structure

SourceInformation Members

Microsoft.Xaml Namespace