IServicedComponentInfo 接口

定义

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 不显示在类接口中 ServicedComponentServicedComponent而是显式实现 IServicedComponentInfo

方法

GetComponentInfo(Int32, String[])

此 API 支持产品基础结构,不能在代码中直接使用。

获取关于 ServicedComponent 类实例的某些信息。

适用于

另请参阅