VsShellComponentModelHost.ComponentAssemblies 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此主机上的所有组件模型程序集的列表。
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)