次の方法で共有


ViewInfo2.Caption プロパティ

定義

フォーム定義ファイル (.xsf) でビューに関連付けられた xsf:view 要素の caption 属性の値を取得します。

public:
 property System::String ^ Caption { System::String ^ get(); };
public string Caption { get; }
member this.Caption : string
Public ReadOnly Property Caption As String

プロパティ値

フォーム定義ファイル (.xsf) でビューに関連付けられた xsf:view 要素の caption 属性の値。

注釈

既定では、 caption 属性の値は、Microsoft InfoPath で作成されたときにビューに指定された名前と同じです。

適用対象