Skip to content

Latest commit

 

History

History
106 lines (81 loc) · 3.07 KB

nf-uiribbon-iuiframework-getuicommandproperty.md

File metadata and controls

106 lines (81 loc) · 3.07 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist req.product ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:uiribbon.IUIFramework.GetUICommandProperty
IUIFramework::GetUICommandProperty (uiribbon.h)
Retrieves a command property, value, or state.
GetUICommandProperty
GetUICommandProperty method [Windows Ribbon]
GetUICommandProperty method [Windows Ribbon]
IUIFramework interface
IUIFramework interface [Windows Ribbon]
GetUICommandProperty method
IUIFramework.GetUICommandProperty
IUIFramework::GetUICommandProperty
scenicintent_IUIFramework_GetUICommandProperty
uiribbon/IUIFramework::GetUICommandProperty
windowsribbon.windowsribbon_iuiframework_getuicommandproperty
windowsribbon\windowsribbon_iuiframework_getuicommandproperty.htm
windowsribbon
VS|scenicintent|~\scenicintent\reference\ifaces\iuiframework\getuicommandproperty.htm
12/05/2018
GetUICommandProperty, GetUICommandProperty method [Windows Ribbon], GetUICommandProperty method [Windows Ribbon],IUIFramework interface, IUIFramework interface [Windows Ribbon],GetUICommandProperty method, IUIFramework.GetUICommandProperty, IUIFramework::GetUICommandProperty, scenicintent_IUIFramework_GetUICommandProperty, uiribbon/IUIFramework::GetUICommandProperty, windowsribbon.windowsribbon_iuiframework_getuicommandproperty
uiribbon.h
Windows
Windows 7 [desktop apps only]
Windows Server 2008 R2 [desktop apps only]
Uiribbon.idl
Mshtml.dll
Windows
Windows UI
19H1
IUIFramework::GetUICommandProperty
uiribbon/IUIFramework::GetUICommandProperty
c++
APIRef
kbSyntax
COM
Mshtml.dll
IUIFramework.GetUICommandProperty

IUIFramework::GetUICommandProperty

-description

Retrieves a command property, value, or state.

-parameters

-param commandId [in]

Type: UINT32

The ID for the Command, which is specified in the Markup resource file.

-param key [in]

Type: REFPROPERTYKEY

The property key of the command property, value, or state.

-param value [out]

Type: PROPVARIANT*

When this method returns, contains the property, value, or state.

-returns

Type: HRESULT

Returns S_OK if successful; otherwise, an error value from the following list.

Value Description
HRESULT_FROM_WIN32(ERROR_NOT_SUPPORTED) The property, value, or state does not support IUIFramework::GetUICommandProperty.
			</td>
E_FAIL The operation failed.

-see-also

IUIFramework

Windows Ribbon Framework Samples