ITextStory::GetDisplay 方法 (tom.h)
取得本文的新顯示。
語法
HRESULT GetDisplay(
[out, retval] IUnknown **ppDisplay
);
參數
[out, retval] ppDisplay
類型: IUnknown**
顯示的 IUnknown 介面。
傳回值
類型: HRESULT
如果方法成功,它會傳回 NOERROR。 否則,它會傳回 HRESULT 錯誤碼。
備註
呼叫 ITextStory::SetActive (tomDisplayActive) 即可顯示本文。 包含 ITextStory::GetDisplay 方法,以防一組 ITextStory 介面有一個以上的顯示可能比較好。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows 8 [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2012 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | tom.h |