Skip to content

Latest commit

 

History

History
83 lines (64 loc) · 2.22 KB

nf-tom-itextfont2-getpropertyinfo.md

File metadata and controls

83 lines (64 loc) · 2.22 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 ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:tom.ITextFont2.GetPropertyInfo
ITextFont2::GetPropertyInfo (tom.h)
Gets the property type and value of the specified extra property.
GetPropertyInfo
GetPropertyInfo method [Windows Controls]
GetPropertyInfo method [Windows Controls]
ITextFont2 interface
ITextFont2 interface [Windows Controls]
GetPropertyInfo method
ITextFont2.GetPropertyInfo
ITextFont2::GetPropertyInfo
controls.itextfont2_getpropertyinfo
tom/ITextFont2::GetPropertyInfo
controls\itextfont2_getpropertyinfo.htm
Controls
bea8f6da-f781-430f-b1cd-c28e11cc61bb
12/05/2018
GetPropertyInfo, GetPropertyInfo method [Windows Controls], GetPropertyInfo method [Windows Controls],ITextFont2 interface, ITextFont2 interface [Windows Controls],GetPropertyInfo method, ITextFont2.GetPropertyInfo, ITextFont2::GetPropertyInfo, controls.itextfont2_getpropertyinfo, tom/ITextFont2::GetPropertyInfo
tom.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Msftedit.dll
Windows
19H1
ITextFont2::GetPropertyInfo
tom/ITextFont2::GetPropertyInfo
c++
APIRef
kbSyntax
COM
Msftedit.dll
ITextFont2.GetPropertyInfo

ITextFont2::GetPropertyInfo

-description

Gets the property type and value of the specified extra property.

-parameters

-param Index [in]

Type: long

The collection index of the extra property.

-param pType [out]

Type: long*

The property ID.

-param pValue [out]

Type: long*

The property value.

-returns

Type: HRESULT

If the method succeeds, it returns NOERROR. Otherwise, it returns an HRESULT error code.

-see-also

ITextFont2