Range.TextRetrievalMode 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个 TextRetrievalMode 对象,该对象控制如何从指定区域检索文本。
public:
property Microsoft::Office::Interop::Word::TextRetrievalMode ^ TextRetrievalMode { Microsoft::Office::Interop::Word::TextRetrievalMode ^ get(); void set(Microsoft::Office::Interop::Word::TextRetrievalMode ^ value); };
public Microsoft.Office.Interop.Word.TextRetrievalMode TextRetrievalMode { get; set; }
member this.TextRetrievalMode : Microsoft.Office.Interop.Word.TextRetrievalMode with get, set
Public Property TextRetrievalMode As TextRetrievalMode