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
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.