[This is preliminary documentation and is subject to change.]
This struct holds a value which determines whether Operations are made visible within various UI elements.
| C# |
public struct OperationVisibility : IMultiValue
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| OperationVisibility(Int32) | Creates a new OperationVisibility from an integer value. | |
| Context | This is the value for context. | |
| Empty | This is the default OperationVisibility value. | |
| Equals(Object) | Performs an equality comparison with another object. (Overrides ValueType.Equals(Object).) | |
| ExplicitNarrowingExplicitExplicitExplicit(OperationVisibility to String) | Explicit conversion from OperationVisibility to string. | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| Form | This is the value for form. | |
| GetHashCode()()()() | Creates a hash code for the OperationVisibility. (Overrides ValueType.GetHashCode()()()().) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Grid | This is the value for grid. | |
| ImplicitWideningImplicitImplicitImplicit(OperationVisibility to Int32) | Implicit conversion from OperationVisibility to int. | |
| ImplicitWideningImplicitImplicitImplicit(Int32 to OperationVisibility) | Implicit conversion from int to OperationVisibility. | |
| ImplicitWideningImplicitImplicitImplicit(String to OperationVisibility) | Implicit conversion from string to OperationVisibility. | |
| IsCombinable | Indicates whether OperationVisibility values can be combined. | |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Menu | This is the value for menu. | |
| ordinal | Contains the value of the OperationVisibility. | |
| Ordinal | Gets the integer ordinal value of this OperationVisibility. | |
| Parse(String) | Parses a string containing a textual representation of an OperationVisibility. | |
| sourcePairs | This array contains one source pair for each OperationVisibility value. | |
| SourcePairs | Gets the array of ISourcePairs holding ordinal and text values. | |
| Toolbar | This is the value for toolbar. | |
| TopValue | This is the value for the top value. | |
| ToString()()()() | Creates a textual representation of the OperationVisibility. (Overrides ValueType.ToString()()()().) |