IServicedComponentInfo Interfaz

Definición

La implementa la clase ServicedComponent para obtener información sobre el componente a través del método GetComponentInfo(Int32, String[]).

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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
Derivado
Atributos

Comentarios

No IServicedComponentInfo es necesario implementar la interfaz directamente en el código. La infraestructura de .NET Framework la usa internamente.

El GetComponentInfo método no aparece en la interfaz de ServicedComponent clase. En su lugar, ServicedComponent implementa IServicedComponentInfoexplícitamente .

Métodos

GetComponentInfo(Int32, String[])

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

Obtiene cierta información sobre la instancia de la clase ServicedComponent.

Se aplica a

Consulte también