AssemblyContextControlItem.AllAssemblyNamesInContext 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回集合,這個集合除了本機專案組件的顯示名稱之外,還包含已載入環境之所有組件的顯示名稱。
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)
屬性值
集合,這個集合除了本機專案組件的顯示名稱之外,還包含已載入環境之所有組件的顯示名稱。