IServicedComponentInfo Gränssnitt
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Implementerad av ServicedComponent klassen för att hämta information om komponenten via GetComponentInfo(Int32, String[]) -metoden.
Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.
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
- Härledda
- Attribut
Kommentarer
Gränssnittet IServicedComponentInfo behöver inte implementeras direkt i koden. Den används internt av .NET Framework-infrastrukturen.
Metoden GetComponentInfo visas inte i ServicedComponent klassgränssnittet. ServicedComponent Implementerar IServicedComponentInfoi stället explicit .
Metoder
| Name | Description |
|---|---|
| GetComponentInfo(Int32, String[]) |
Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden. Hämtar viss information om klassinstansen ServicedComponent . |