Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IMarkupSourceProvider Interface
Microsoft.Windows.Design.Documents Namespace