View
Contents
[
Hide
]View class
Represents a view in Project .
Constructors
| Name | Description |
|---|---|
| View (2 overloads) | Initializes a new instance of the View class. |
Methods
| Name | Description |
|---|---|
| CompareTo | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. |
| Equals | Returns a value indicating whether this instance is equal to a specified object. |
| get_Filter | Gets a filter used in a single view. |
| get_Group | Gets a group of the single view. |
| get_HighlightFilter | Gets a value indicating whether Microsoft Project highlights the filter for a single view. |
| get_Name | Gets the name of a View object. |
| get_PageInfo | Gets an instance of the PageInfo class. Represents page setup data which is present in mpp file format. |
| get_ParentProject | Gets the parent of the View object. Read-only Project . |
| get_Screen | Gets the screen type for the single view. Read-only ViewScreen . |
| get_ShowInMenu | Gets a value indicating whether Microsoft Project shows the single view name in the View or the Other Views drop-down lists in the Ribbon. |
| get_Table | Gets a table of the single view. |
| get_Type | Gets the type of item in the single view, such as tasks or resources. Read-only ItemType . |
| get_Uid | Gets the unique identifier of a view. |
| get_VisualObjectsPlacements | Gets a collection of objects representing placement and appearance of OleObject in the view. |
| GetHashCode | Returns a hash code value for the instance of the Resource class. |
| set_Filter | Sets a filter used in a single view. |
| set_Group | Sets a group of the single view. |
| set_HighlightFilter | Sets a value indicating whether Microsoft Project highlights the filter for a single view. |
| set_Name | Sets the name of a View object. |
| set_ShowInMenu | Sets a value indicating whether Microsoft Project shows the single view name in the View or the Other Views drop-down lists in the Ribbon. |
| set_Table | Sets a table of the single view. |