CustomXmlPartCollection
Contenuti
[
Nascondere
]CustomXmlPartCollection class
Rappresenta una parte di archiviazione dati XML personalizzata (dati XML personalizzati all’interno di un pacchetto).
public class CustomXmlPartCollection : CollectionBase<CustomXmlPart>
Proprietà
| Nome | Descrizione |
|---|---|
| Capacity { get; set; } | |
| Count { get; } | |
| Item { get; } | Ottiene un elemento in corrispondenza dell’indice specificato. |
| Item { get; set; } |
Metodi
| Nome | Descrizione |
|---|---|
| Add(byte[], byte[]) | Aggiunge un elemento alla raccolta. |
| BinarySearch(CustomXmlPart) | |
| BinarySearch(CustomXmlPart, IComparer<CustomXmlPart>) | |
| BinarySearch(int, int, CustomXmlPart, IComparer<CustomXmlPart>) | |
| Clear() | |
| Contains(CustomXmlPart) | |
| CopyTo(CustomXmlPart[]) | |
| CopyTo(CustomXmlPart[], int) | |
| CopyTo(int, CustomXmlPart[], int, int) | |
| Exists(Predicate<CustomXmlPart>) | |
| Find(Predicate<CustomXmlPart>) | |
| FindAll(Predicate<CustomXmlPart>) | |
| FindIndex(Predicate<CustomXmlPart>) | |
| FindIndex(int, Predicate<CustomXmlPart>) | |
| FindIndex(int, int, Predicate<CustomXmlPart>) | |
| FindLast(Predicate<CustomXmlPart>) | |
| FindLastIndex(Predicate<CustomXmlPart>) | |
| FindLastIndex(int, Predicate<CustomXmlPart>) | |
| FindLastIndex(int, int, Predicate<CustomXmlPart>) | |
| GetEnumerator() | |
| IndexOf(CustomXmlPart) | |
| IndexOf(CustomXmlPart, int) | |
| IndexOf(CustomXmlPart, int, int) | |
| LastIndexOf(CustomXmlPart) | |
| LastIndexOf(CustomXmlPart, int) | |
| LastIndexOf(CustomXmlPart, int, int) | |
| RemoveAt(int) | |
| SelectByID(string) | Ottiene un elemento per id. |
Guarda anche
- class CollectionBase<T>
- class CustomXmlPart
- spazio dei nomi Aspose.Cells.Markup
- assemblea Aspose.Cells