共用方式為


ITextDocument2::GetNewStory 方法 (tom.h)

未實作。

取得新的故事。

語法

HRESULT GetNewStory(
  [out, retval] ITextStory **ppStory
);

參數

[out, retval] ppStory

類型: ITextStory**

新故事。

傳回值

類型: HRESULT

如果方法成功,則會傳回 NOERROR。 否則,它會傳回 HRESULT 錯誤碼。

規格需求

   
最低支援的用戶端 Windows 8 [僅限傳統型應用程式]
最低支援的伺服器 Windows Server 2012 [僅限傳統型應用程式]
目標平台 Windows
標頭 tom.h (包含 Tom.h)
Dll Msftedit.dll

另請參閱

ITextDocument2