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 命名空间