Partager via


GraphPropertyCollection Classe

Définition

public ref class GraphPropertyCollection : System::Collections::Generic::ICollection<Microsoft::VisualStudio::GraphModel::GraphProperty ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::GraphProperty ^>
public class GraphPropertyCollection : System.Collections.Generic.ICollection<Microsoft.VisualStudio.GraphModel.GraphProperty>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.GraphProperty>
type GraphPropertyCollection = class
    interface ICollection<GraphProperty>
    interface seq<GraphProperty>
    interface IEnumerable
Public Class GraphPropertyCollection
Implements ICollection(Of GraphProperty), IEnumerable(Of GraphProperty)
Héritage
GraphPropertyCollection
Implémente

Constructeurs

GraphPropertyCollection(GraphSchema)

Propriétés

Count

Obtient le nombre d’éléments contenus dans la collection GraphProperties

IsReadOnly

Obtient une valeur indiquant si la collection GraphProperties est en lecture seule

Properties

Obtient les propriétés GraphProperties

Schema

Méthodes

Add(GraphProperty)

Ajoute un élément à la collection GraphProperties

AddNewProperty(String, Type)

Inscrit une nouvelle propriété GraphProperty avec le créateur de métadonnées par défaut.

AddNewProperty(String, Type, Func<GraphMetadata>)

Inscrit une nouvelle propriété GraphProperty

Clear()

Supprime tous les éléments de la collection.

Contains(GraphProperty)

Détermine si la collection contient une valeur spécifique

CopyTo(GraphProperty[], Int32)

Copie les éléments de la collection dans un System.Array, en commençant par un index System.Array particulier

GetEnumerator()

Retourne un énumérateur pour les propriétés de graphique

Remove(GraphProperty)

Supprime la première occurrence d’un objet spécifique de la collection

Implémentations d’interfaces explicites

IEnumerable<GraphProperty>.GetEnumerator()

Retourne un énumérateur pour les propriétés de graphique

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.

S’applique à