IExtendTaskPad.GetListPadInfo 方法

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

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

語法

'宣告
Sub GetListPadInfo ( _
    pszGroup As String, _
    <OutAttribute> ByRef lpListPadInfo As MMC_LISTPAD_INFO _
)
'用途
Dim instance As IExtendTaskPad
Dim pszGroup As String
Dim lpListPadInfo As MMC_LISTPAD_INFO

instance.GetListPadInfo(pszGroup, lpListPadInfo)
void GetListPadInfo(
    string pszGroup,
    out MMC_LISTPAD_INFO lpListPadInfo
)
void GetListPadInfo(
    String^ pszGroup, 
    [OutAttribute] MMC_LISTPAD_INFO% lpListPadInfo
)
void GetListPadInfo(
    String pszGroup,
    /** @attribute OutAttribute */ /** @ref */MMC_LISTPAD_INFO lpListPadInfo
)
function GetListPadInfo(
    pszGroup : String, 
    lpListPadInfo : MMC_LISTPAD_INFO
)

參數

使用權限

平台

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

請參閱

參考

IExtendTaskPad 介面

IExtendTaskPad 成員

Microsoft.CLRAdmin 命名空間