VsShellComponentModelHost.ComponentAssemblies 属性

定义

获取此主机上的所有组件模型程序集的列表。

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

属性值

IEnumerable<String>

适用于