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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.