IServicedComponentInfo Interface

Definição

Implementado pela classe ServicedComponent para obter informações sobre o componente por meio do método GetComponentInfo(Int32, String[]).Implemented by the ServicedComponent class to obtain information about the component via the GetComponentInfo(Int32, String[]) method.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu 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

Comentários

A IServicedComponentInfo interface não precisa ser implementada diretamente no seu código.The IServicedComponentInfo interface does not need to be implemented directly in your code. Ele é usado internamente pela infraestrutura de .NET Framework.It is used internally by the .NET Framework infrastructure.

O GetComponentInfo método não aparece na interface de ServicedComponent classe.The GetComponentInfo method does not appear in the ServicedComponent class interface. Em vez disso, o ServicedComponent implementa explicitamente IServicedComponentInfo .Instead, ServicedComponent explicitly implements IServicedComponentInfo.

Métodos

GetComponentInfo(Int32, String[])

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

Obtém determinadas informações sobre a instância da classe ServicedComponent.Obtains certain information about the ServicedComponent class instance.

Aplica-se a

Confira também