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 中创建视图时提供给视图的名称相同。

适用于