AssemblyContextControlItem.AllAssemblyNamesInContext 属性

定义

返回一个集合,其中包含本地项目程序集的显示名称以及环境中已加载的所有程序集的显示名称。

public:
 property System::Collections::Generic::IEnumerable<System::String ^> ^ AllAssemblyNamesInContext { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
public System.Collections.Generic.IEnumerable<string> AllAssemblyNamesInContext { get; }
member this.AllAssemblyNamesInContext : seq<string>
Public ReadOnly Property AllAssemblyNamesInContext As IEnumerable(Of String)

属性值

一个集合,其中包含本地项目程序集的显示名称以及环境中已加载的所有程序集的显示名称。

适用于