Specifies, if IsRange is TRUE, information about a usage range. Otherwise, if IsRange is FALSE, NotRange contains information about a single usage.
| C# | Visual Basic | Visual C++ |
public class UsageRange
Public Class UsageRange
public ref class UsageRange
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| DataIndexMax | Indicates the inclusive upper bound of a sequential range of data indices that correspond, one-to-one and in the same order, to the usages specified by the usage range Range.UsageMin to Range.UsageMax. | |
| DataIndexMin | Indicates the inclusive lower bound of a sequential range of data indices that correspond, one-to-one and in the same order, to the usages specified by the usage range Range.UsageMin to Range.UsageMax. | |
| DesignatorMax | Indicates the inclusive upper bound of a range of designators (specified by designator minimum and designator maximum items) whose inclusive lower bound is indicated by Range.DesignatorMax. | |
| DesignatorMin | Indicates the inclusive lower bound of a range of designators (specified by designator minimum and designator maximum items) whose inclusive upper bound is indicated by Range.DesignatorMax. | |
| Equals(Object) | (Inherited from Object.) | |
| 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.) | |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| StringMax | Indicates the inclusive upper bound of a range of string descriptors (specified by string minimum and string maximum items) whose inclusive lower bound is indicated by Range.StringMax. | |
| StringMin | Indicates the inclusive lower bound of a range of string descriptors (specified by string minimum and string maximum items) whose inclusive upper bound is indicated by Range.StringMax. | |
| ToString()()() | (Inherited from Object.) | |
| UsageMax | Indicates the inclusive upper bound of a usage range whose inclusive lower bound is indicated by Range.UsageMin. | |
| UsageMin | Indicates the inclusive lower bound of usage range whose inclusive upper bound is specified by Range.UsageMax. |
| Object | |
| UsageRange | |