boolean |
ViewCollection.add(View item) |
Adds the specified item to this collection.
|
int |
View.compareTo(View other) |
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.
|
boolean |
ViewCollection.contains(View item) |
Returns true if the specified item is found in this collection; otherwise, false.
|
void |
ViewCollection.copyTo(View[] array,
int arrayIndex) |
Copies the elements of this collection to the specified array, starting at the specified array index.
|
static boolean |
View.op_Equality(View a,
View b) |
Returns a value indicating whether this instance is equal to a specified object.
|
static boolean |
View.op_GreaterThan(View a,
View b) |
Returns a value indicating whether this instance is greater than a specified object.
|
static boolean |
View.op_GreaterThanOrEqual(View a,
View b) |
Returns a value indicating whether this instance is greater than or equal to a specified object.
|
static boolean |
View.op_Inequality(View a,
View b) |
Returns a value indicating whether this instance is not equal to a specified object.
|
static boolean |
View.op_LessThan(View a,
View b) |
Returns a value indicating whether this instance is less than a specified object.
|
static boolean |
View.op_LessThanOrEqual(View a,
View b) |
Returns a value indicating whether this instance is less than or equal to a specified object.
|
boolean |
ViewCollection.remove(View item) |
Removes the first occurrence of a specific object from this collection.
|
void |
Project.setDefaultView(View value) |
Sets default view of the project.
|
void |
SaveOptions.setViewSettings(View value) |
|