次の方法で共有


TableOfContents.TableID プロパティ

定義

TOC フィールドから目次を作成するために使用する 1 文字の識別子を設定または返します。

public:
 property System::String ^ TableID { System::String ^ get(); void set(System::String ^ value); };
public string TableID { get; set; }
member this.TableID : string with get, set
Public Property TableID As String

プロパティ値

注釈

TableID プロパティは、TOC フィールドの \f スイッチに対応します。 たとえば、"T" は表識別子 T を使用して TOC フィールドから目次を作成します。

適用対象