ITextDocument2::GetProperty メソッド (tom.h)
プロパティの値を取得します。
構文
HRESULT GetProperty(
[in] long Type,
[out] long *pValue
);
パラメーター
[in] Type
型: long
取得するプロパティの識別子。 次のいずれかのプロパティ ID を指定できます。
tomCanCopy
tomCanRedo
tomCanUndo
tomDocMathBuild
tomMathInterSpace
tomMathIntraSpace
tomMathLMargin
tomMathPostSpace
tomMathPreSpace
tomMathRMargin
tomMathWrapIndent
tomMathWrapRight
tomUndoLimit
tomEllipsisMode
tomEllipsisState
[out] pValue
種類: long*
プロパティの値。
戻り値
種類: HRESULT
メソッドが成功すると、 NOERROR が返されます。 そうでない場合は、HRESULT エラー コードを返します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 8 [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2012 [デスクトップ アプリのみ] |
対象プラットフォーム | Windows |
ヘッダー | tom.h |
[DLL] | Msftedit.dll |