Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets an ISelectionServices interface for a markup container.
Syntax
HRESULT retVal = object.GetSelectionServices(pIContainer, ppSelSvc);
Parameters
pIContainer [in]
Type: IMarkupContainerA pointer to an IMarkupContainer interface for which you want the ISelectionServices interface.
ppSelSvc [out]
Type: ISelectionServicesA pointer to a variable that receives an ISelectionServices interface pointer for the ISelectionServices interface on the editor's selection object.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.