Field.Result 属性

定义

返回一个 Range 对象,该对象表示字段的结果。

public:
 property Microsoft::Office::Interop::Word::Range ^ Result { Microsoft::Office::Interop::Word::Range ^ get(); void set(Microsoft::Office::Interop::Word::Range ^ value); };
public Microsoft.Office.Interop.Word.Range Result { get; set; }
member this.Result : Microsoft.Office.Interop.Word.Range with get, set
Public Property Result As Range

属性值

注解

而无需改变域代码的显示,可以获得一个域结果。 Text使用 属性从 Range 对象返回文本。

适用于