Skip to content

Latest commit

 

History

History
190 lines (123 loc) · 4.44 KB

nf-tom-itextdocument2-getproperty.md

File metadata and controls

190 lines (123 loc) · 4.44 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.ITextDocument2.GetProperty
ITextDocument2::GetProperty (tom.h)
Retrieves the value of a property.
GetProperty
GetProperty method [Windows Controls]
GetProperty method [Windows Controls]
ITextDocument2 interface
ITextDocument2 interface [Windows Controls]
GetProperty method
ITextDocument2.GetProperty
ITextDocument2::GetProperty
controls.itextdocument2_getproperty
tom/ITextDocument2::GetProperty
tomCanCopy
tomCanRedo
tomCanUndo
tomDocMathBuild
tomEllipsisMode
tomEllipsisState
tomMathInterSpace
tomMathIntraSpace
tomMathLMargin
tomMathPostSpace
tomMathPreSpace
tomMathRMargin
tomMathWrapIndent
tomMathWrapRight
tomUndoLimit
controls\itextdocument2_getproperty.htm
Controls
30775a51-0e63-453e-ac94-39d4510002f0
12/05/2018
GetProperty, GetProperty method [Windows Controls], GetProperty method [Windows Controls],ITextDocument2 interface, ITextDocument2 interface [Windows Controls],GetProperty method, ITextDocument2.GetProperty, ITextDocument2::GetProperty, controls.itextdocument2_getproperty, tom/ITextDocument2::GetProperty, tomCanCopy, tomCanRedo, tomCanUndo, tomDocMathBuild, tomEllipsisMode, tomEllipsisState, tomMathInterSpace, tomMathIntraSpace, tomMathLMargin, tomMathPostSpace, tomMathPreSpace, tomMathRMargin, tomMathWrapIndent, tomMathWrapRight, tomUndoLimit
tom.h
Windows
Windows 8 [desktop apps only]
Windows Server 2012 [desktop apps only]
Msftedit.dll
Windows
19H1
ITextDocument2::GetProperty
tom/ITextDocument2::GetProperty
c++
APIRef
kbSyntax
COM
Msftedit.dll
ITextDocument2.GetProperty

ITextDocument2::GetProperty

-description

Retrieves the value of a property.

-parameters

-param Type [in]

Type: long

The identifier of the property to retrieve. It can be one of the following property IDs.

tomCanCopy

tomCanRedo

tomCanUndo

tomDocMathBuild

tomMathInterSpace

tomMathIntraSpace

tomMathLMargin

tomMathPostSpace

tomMathPreSpace

tomMathRMargin

tomMathWrapIndent

tomMathWrapRight

tomUndoLimit

tomEllipsisMode

tomEllipsisState

-param pValue [out]

Type: long*

The value of the property.

-returns

Type: HRESULT

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

-see-also

ITextDocument2

ITextDocument2::GetMathProperties

ITextDocument2::SetProperty