次の方法で共有


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)

プロパティ値

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

適用対象