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 클래스 인스턴스에 대한 특정 정보를 가져옵니다. |
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET