共用方式為


IComponentData 介面

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

命名空間:  Microsoft.CLRAdmin
組件:  mscorcfg (在 mscorcfg.dll 中)

語法

'宣告
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("955AB28A-5218-11D0-A985-00C04FD8D565")> _
Public Interface IComponentData
'用途
Dim instance As IComponentData
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("955AB28A-5218-11D0-A985-00C04FD8D565")]
public interface IComponentData
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"955AB28A-5218-11D0-A985-00C04FD8D565")]
public interface class IComponentData
/** @attribute InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown) */
/** @attribute GuidAttribute("955AB28A-5218-11D0-A985-00C04FD8D565") */
public interface IComponentData
public interface IComponentData

平台

Windows Vista, Windows XP SP2, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

.NET Framework 和 .NET Compact Framework 並不支援各種平台的所有版本。如需支援平台版本的相關資訊,請參閱 .NET Framework 系統需求

版本資訊

.NET Framework

支援版本:1.1、1.0

請參閱

參考

IComponentData 成員

Microsoft.CLRAdmin 命名空間