ViewInfo class

Contains descriptive information about a view within a form.

Inheritance hierarchy

System.Object
  Microsoft.Office.InfoPath.ViewInfo

Namespace:  Microsoft.Office.InfoPath
Assembly:  Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)

Syntax

'Declaration
Public MustInherit Class ViewInfo
'Usage
Dim instance As ViewInfo
public abstract class ViewInfo

Remarks

The ViewInfo object provides properties that can be used to get the name of a view and determine whether its name is hidden on the View menu when editing a form. The ViewInfo object is accessible through the ViewInfos property of the XmlForm object, and from the ViewInfo property of a View object.

Note

To work with the view programmatically, use the View object.

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

ViewInfo members

Microsoft.Office.InfoPath namespace