Share via


AssemblyReferences.ReferencedAssemblies Property

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

Gets an enumerable that can be used to enumerate the set of referenced assemblies.

Namespace:  Microsoft.Windows.Design
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Public ReadOnly Property ReferencedAssemblies As IEnumerable(Of AssemblyName)
    Get
public IEnumerable<AssemblyName> ReferencedAssemblies { get; }
public:
property IEnumerable<AssemblyName^>^ ReferencedAssemblies {
    IEnumerable<AssemblyName^>^ get ();
}
member ReferencedAssemblies : IEnumerable<AssemblyName>
function get ReferencedAssemblies () : IEnumerable<AssemblyName>

Property Value

Type: System.Collections.Generic.IEnumerable<AssemblyName>
An enumerable that can be used to enumerate the set of referenced assemblies.

.NET Framework Security

See Also

Reference

AssemblyReferences Class

Microsoft.Windows.Design Namespace

Other Resources

WPF Designer Extensibility