Notes
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Retrieves a content type from the input context.
![]() |
Syntax
HRESULT retVal = object.GetType(pType);
Parameters
pType [out]
Type: OpenServiceActivityContentTypeAn OpenServiceActivityContentType enumeration that contains the retrieved content type.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
An Accelerator may be registered for more than one content type, such as document
, selection
, or link
. Use this method to determine which content type is currently being used.