次の方法で共有


Field.Code プロパティ

定義

フィールドのコードを Range 表す オブジェクトを返します。

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

プロパティ値

注釈

フィールド コードは、フィールド文字 (\{ \}) で囲まれた文字で、先頭と末尾のスペース文字も含まれます。 You can access a field's code without changing the view from field results.

適用対象