AssemblyContextControlItem.ReferencedAssemblyNames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the referenced assembly names.
public:
property System::Collections::Generic::IList<System::Reflection::AssemblyName ^> ^ ReferencedAssemblyNames { System::Collections::Generic::IList<System::Reflection::AssemblyName ^> ^ get(); void set(System::Collections::Generic::IList<System::Reflection::AssemblyName ^> ^ value); };
public System.Collections.Generic.IList<System.Reflection.AssemblyName> ReferencedAssemblyNames { get; set; }
member this.ReferencedAssemblyNames : System.Collections.Generic.IList<System.Reflection.AssemblyName> with get, set
Public Property ReferencedAssemblyNames As IList(Of AssemblyName)
Property Value
An IList<T> that contains the referenced assembly names.
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.