Dela via


IMarkupSourceProvider.AssemblyReferences Property

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

Gets the assemblies referenced by the project this source file is associated with.

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

Syntax

'Declaration
ReadOnly Property AssemblyReferences As IEnumerable(Of AssemblyName)
'Usage
Dim instance As IMarkupSourceProvider 
Dim value As IEnumerable(Of AssemblyName)

value = instance.AssemblyReferences
IEnumerable<AssemblyName> AssemblyReferences { get; }
property IEnumerable<AssemblyName^>^ AssemblyReferences {
    IEnumerable<AssemblyName^>^ get ();
}
function get AssemblyReferences () : IEnumerable<AssemblyName>

Property Value

Type: System.Collections.Generic.IEnumerable<AssemblyName>
A list of assemblies referenced by the project this source file is associated with.

.NET Framework Security

See Also

Reference

IMarkupSourceProvider Interface

IMarkupSourceProvider Members

Microsoft.Windows.Design.Documents Namespace

Other Resources

WPF Designer Extensibility