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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.