Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the names for the assemblies selected by the user.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Function GetAssemblyNames As IEnumerable(Of AssemblyName)
public IEnumerable<AssemblyName> GetAssemblyNames()
public:
IEnumerable<AssemblyName^>^ GetAssemblyNames()
public function GetAssemblyNames() : IEnumerable<AssemblyName>
Return Value
The names for the assemblies selected by the user.
See Also
SelectGacAssembliesDialog Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Editors Namespace