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)

プロパティ値

ローカル プロジェクト アセンブリの表示名に加えて、環境に読み込まれたすべてのアセンブリの表示名を含むコレクション。

適用対象