Interfaccia IObjectWithSelection (shobjidl_core.h)
Espone i metodi che ottengono o impostano gli elementi selezionati rappresentati da una matrice di elementi shell.
Ereditarietà
L'interfaccia IObjectWithSelection eredita dall'interfaccia IUnknown . IObjectWithSelection include anche questi tipi di membri:
Metodi
L'interfaccia IObjectWithSelection include questi metodi.
IObjectWithSelection::GetSelection Ottiene la matrice di elementi shell che contiene gli elementi selezionati. |
IObjectWithSelection::SetSelection Fornisce la matrice di elementi della shell che specifica gli elementi inclusi nella selezione. |
Commenti
Quando implementare
Questa interfaccia viene implementata dai verbi che implementano IExecuteCommand. Ciò consente agli oggetti di richiamare il verbo sulla selezione tramite IExecuteCommand::Execute.Quando usare
IObjectWithSelection viene usato da Esplora risorse per richiamare un verbo sugli elementi selezionati. Non chiamare direttamente questa interfaccia.Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 7 [solo app desktop] |
Server minimo supportato | Windows Server 2008 R2 [solo app desktop] |
Piattaforma di destinazione | Windows |
Intestazione | shobjidl_core.h (include Shobjidl.h) |