ITextDocument2::GetStoryRanges2 方法 (tom.h)
取得 物件,用於列舉檔中的劇本。
語法
HRESULT GetStoryRanges2(
[out, retval] ITextStoryRanges2 **ppStories
);
參數
[out, retval] ppStories
類型: ITextStoryRanges2**
列舉劇本的物件。
傳回值
類型: HRESULT
如果方法成功,則會傳回 NOERROR。 否則,它會傳回 HRESULT 錯誤碼。
備註
只有在 ITextDocument::GetStoryCount 方法傳回大於一的值時,才呼叫此方法。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2012 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | tom.h |
Dll | Msftedit.dll |