ITextRow::GetProperty メソッド (tom.h)

指定されたプロパティの値を取得します。

構文

HRESULT GetProperty(
  [in]  long Type,
  [out] long *pValue
);

パラメーター

[in] Type

型: long

取得するプロパティの ID。

[out] pValue

型: long*

プロパティの値。

戻り値

型: HRESULT

メソッドが成功すると、 NOERROR が返されます。 そうでない場合は、HRESULT エラー コードを返します。

注釈

現在、追加のプロパティは定義されていません。

要件

要件
サポートされている最小のクライアント Windows 8 [デスクトップ アプリのみ]
サポートされている最小のサーバー Windows Server 2012 [デスクトップ アプリのみ]
対象プラットフォーム Windows
ヘッダー tom.h
[DLL] Msftedit.dll

こちらもご覧ください

ITextRow

ITextRow::SetProperty