GraphSetterCollection Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Cette classe fournit des méthodes pour manipuler une collection d’objets Setter.
public ref class GraphSetterCollection : Microsoft::VisualStudio::GraphModel::IHasGraphOwner, System::Collections::Generic::ICollection<Microsoft::VisualStudio::GraphModel::Styles::GraphSetter ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::Styles::GraphSetter ^>
public class GraphSetterCollection : Microsoft.VisualStudio.GraphModel.IHasGraphOwner, System.Collections.Generic.ICollection<Microsoft.VisualStudio.GraphModel.Styles.GraphSetter>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.Styles.GraphSetter>
type GraphSetterCollection = class
interface ICollection<GraphSetter>
interface seq<GraphSetter>
interface IEnumerable
interface IHasGraphOwner
Public Class GraphSetterCollection
Implements ICollection(Of GraphSetter), IEnumerable(Of GraphSetter), IHasGraphOwner
- Héritage
-
GraphSetterCollection
- Implémente
Constructeurs
GraphSetterCollection(Graph) |
Construisez un nouvel objet styles pour le graphique donné. |
Propriétés
Count |
Retourne le nombre de setters dans la collection. |
Graph |
Obtenir le graphique auquel appartient cette collection |
IsReadOnly |
Obtient une valeur indiquant si System.Collections.Generic.ICollection est en lecture seule. |
Owner |
Obtenir le graphique auquel appartient cette collection |
Méthodes
Add(GraphSetter) |
Ajoute le setter spécifié. |
Clear() |
Efface la liste des setters. |
Contains(GraphSetter) |
Vérifie si l’élément Setter se trouve dans cette collection |
CopyTo(GraphSetter[], Int32) |
Copie les éléments de System.Collections.Generic.ICollection dans un System.Array, en commençant par un index System.Array particulier. |
Get(String) |
Obtenir la propriété setter |
GetEnumerator() |
Implémentation de IEnumerable<Setter> |
Remove(GraphSetter) |
Supprime la première occurrence d’un objet spécifique de System.Collections.Generic.ICollection. |
Implémentations d’interfaces explicites
IEnumerable.GetEnumerator() |
Implémentation IEnumerable |
Méthodes d’extension
EmptyIfNull<T>(IEnumerable<T>) |
Retourne cette énumération au cas où elle n’est pas null. Si elle est null, retourne l’énumération vide. |