Member TabletPropertyDescriptionCollection
Geschützte Member einschließen
Geerbte Member einschließen
.NET Framework-Member einschließen
.NET Compact Framework-Member einschließen
XNA Framework-Member einschließen
Dieser Dokumentation für die Vorschau nur ist und in späteren Versionen geändert. Leere Themen wurden als Platzhalter eingefügt.]
Der TabletPropertyDescriptionCollection-Typ macht die folgenden Member verfügbar.
Konstruktoren
Name | Beschreibung | |
---|---|---|
TabletPropertyDescriptionCollection | Überladen. |
Zum Seitenanfang
Methoden
Name | Beschreibung | |
---|---|---|
Add | ||
Clear | Removes all objects from the CollectionBase instance. This method cannot be overridden. (Von CollectionBase geerbt.) | |
Equals | Determines whether the specified Object is equal to the current Object. (Von Object geerbt.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Von Object geerbt.) | |
GetEnumerator | Returns an enumerator that iterates through the CollectionBase instance. (Von CollectionBase geerbt.) | |
GetHashCode | Serves as a hash function for a particular type. (Von Object geerbt.) | |
GetType | Gets the Type of the current instance. (Von Object geerbt.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Von Object geerbt.) | |
OnClear | Performs additional custom processes when clearing the contents of the CollectionBase instance. (Von CollectionBase geerbt.) | |
OnClearComplete | Performs additional custom processes after clearing the contents of the CollectionBase instance. (Von CollectionBase geerbt.) | |
OnInsert | Performs additional custom processes before inserting a new element into the CollectionBase instance. (Von CollectionBase geerbt.) | |
OnInsertComplete | Performs additional custom processes after inserting a new element into the CollectionBase instance. (Von CollectionBase geerbt.) | |
OnRemove | Performs additional custom processes when removing an element from the CollectionBase instance. (Von CollectionBase geerbt.) | |
OnRemoveComplete | Performs additional custom processes after removing an element from the CollectionBase instance. (Von CollectionBase geerbt.) | |
OnSet | Performs additional custom processes before setting a value in the CollectionBase instance. (Von CollectionBase geerbt.) | |
OnSetComplete | Performs additional custom processes after setting a value in the CollectionBase instance. (Von CollectionBase geerbt.) | |
OnValidate | Performs additional custom processes when validating a value. (Von CollectionBase geerbt.) | |
Remove | ||
RemoveAt | Removes the element at the specified index of the CollectionBase instance. This method is not overridable. (Von CollectionBase geerbt.) | |
ToString | Returns a String that represents the current Object. (Von Object geerbt.) |
Zum Seitenanfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
Capacity | Gets or sets the number of elements that the CollectionBase can contain. (Von CollectionBase geerbt.) | |
Count | Gets the number of elements contained in the CollectionBase instance. This property cannot be overridden. (Von CollectionBase geerbt.) | |
InkToDeviceScaleX | ||
InkToDeviceScaleY | ||
InnerList | Gets an ArrayList containing the list of elements in the CollectionBase instance. (Von CollectionBase geerbt.) | |
Item | ||
List | Gets an IList containing the list of elements in the CollectionBase instance. (Von CollectionBase geerbt.) |
Zum Seitenanfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
ICollection.CopyTo | Copies the entire CollectionBase to a compatible one-dimensional Array, starting at the specified index of the target array. (Von CollectionBase geerbt.) | |
ICollection.IsSynchronized | Gets a value indicating whether access to the CollectionBase is synchronized (thread safe). (Von CollectionBase geerbt.) | |
ICollection.SyncRoot | Gets an object that can be used to synchronize access to the CollectionBase. (Von CollectionBase geerbt.) | |
IList.Add | Adds an object to the end of the CollectionBase. (Von CollectionBase geerbt.) | |
IList.Contains | Determines whether the CollectionBase contains a specific element. (Von CollectionBase geerbt.) | |
IList.IndexOf | Searches for the specified Object and returns the zero-based index of the first occurrence within the entire CollectionBase. (Von CollectionBase geerbt.) | |
IList.Insert | Inserts an element into the CollectionBase at the specified index. (Von CollectionBase geerbt.) | |
IList.IsFixedSize | Gets a value indicating whether the CollectionBase has a fixed size. (Von CollectionBase geerbt.) | |
IList.IsReadOnly | Gets a value indicating whether the CollectionBase is read-only. (Von CollectionBase geerbt.) | |
IList.Item | Gets or sets the element at the specified index. (Von CollectionBase geerbt.) | |
IList.Remove | Removes the first occurrence of a specific object from the CollectionBase. (Von CollectionBase geerbt.) |
Zum Seitenanfang