Metodo IExtendTaskPad.GetListPadInfo

Aggiornamento: novembre 2007

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Spazio dei nomi:  Microsoft.CLRAdmin
Assembly:  mscorcfg (in mscorcfg.dll)

Sintassi

'Dichiarazione
Sub GetListPadInfo ( _
    pszGroup As String, _
    <OutAttribute> ByRef lpListPadInfo As MMC_LISTPAD_INFO _
)
'Utilizzo
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
)

Parametri

Autorizzazioni

Piattaforme

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

.NET Framework e .NET Compact Framework non supportano tutte le versioni di ciascuna piattaforma. Per un elenco delle versioni supportate, vedere Requisiti di sistema di .NET Framework.

Informazioni sulla versione

.NET Framework

Supportato in: 1.1, 1.0

Vedere anche

Riferimenti

IExtendTaskPad Interfaccia

Membri IExtendTaskPad

Spazio dei nomi Microsoft.CLRAdmin