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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.