IServicedComponentInfo 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
由 ServicedComponent 类实现,用于通过 GetComponentInfo(Int32, String[]) 方法获取关于组件的信息。
此 API 支持产品基础结构,不能在代码中直接使用。
public interface class IServicedComponentInfo
[System.Runtime.InteropServices.Guid("8165B19E-8D3A-4d0b-80C8-97DE310DB583")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IServicedComponentInfo
[<System.Runtime.InteropServices.Guid("8165B19E-8D3A-4d0b-80C8-97DE310DB583")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IServicedComponentInfo = interface
Public Interface IServicedComponentInfo
- 派生
- 属性
注解
无需 IServicedComponentInfo 直接在代码中实现 接口。 它由.NET Framework基础结构在内部使用。
方法 GetComponentInfo 不显示在类接口中 ServicedComponent 。 ServicedComponent而是显式实现 IServicedComponentInfo。
方法
GetComponentInfo(Int32, String[]) |
此 API 支持产品基础结构,不能在代码中直接使用。 获取关于 ServicedComponent 类实例的某些信息。 |