ITextDocument2::GetMainStory 方法 (tom.h)
取得主要本文。
語法
HRESULT GetMainStory(
[out, retval] ITextStory **ppStory
);
參數
[out, retval] ppStory
類型: ITextStory**
主要劇本。
傳回值
類型: HRESULT
如果此方法成功,則會傳回 S_OK。 否則,它會傳回 HRESULT 錯誤碼。
備註
豐富的編輯控制項會自動包含主要劇本;不需要呼叫 ITextDocument2::GetNewStory 方法。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2012 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | tom.h |
Dll | Msftedit.dll |