GraphPropertyCollection, classe
Hiérarchie d'héritage
System.Object
Microsoft.VisualStudio.GraphModel.GraphPropertyCollection
Espace de noms : Microsoft.VisualStudio.GraphModel
Assembly : Microsoft.VisualStudio.GraphModel (dans Microsoft.VisualStudio.GraphModel.dll)
Syntaxe
'Déclaration
Public Class GraphPropertyCollection _
Implements ICollection(Of GraphProperty), IEnumerable(Of GraphProperty), _
IEnumerable
public class GraphPropertyCollection : ICollection<GraphProperty>,
IEnumerable<GraphProperty>, IEnumerable
public ref class GraphPropertyCollection : ICollection<GraphProperty^>,
IEnumerable<GraphProperty^>, IEnumerable
type GraphPropertyCollection =
class
interface ICollection<GraphProperty>
interface IEnumerable<GraphProperty>
interface IEnumerable
end
public class GraphPropertyCollection implements ICollection<GraphProperty>, IEnumerable<GraphProperty>, IEnumerable
Le type GraphPropertyCollection expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
GraphPropertyCollection |
Début
Propriétés
Nom | Description | |
---|---|---|
Count | ||
IsReadOnly | ||
Properties |
Début
Méthodes
Nom | Description | |
---|---|---|
Add | ||
AddNewProperty(String, Type, Graph) | ||
AddNewProperty(String, Type, Graph, GraphMetadata) | ||
Clear | ||
Contains | ||
CopyTo | ||
Equals | Détermine si l'Object spécifié est égal à l'Object en cours. (Hérité de Object.) | |
Finalize | Autorise un objet à tenter de libérer des ressources et d'exécuter d'autres opérations de nettoyage avant qu'il ne soit récupéré par l'opération garbage collection. (Hérité de Object.) | |
GetEnumerator | ||
GetHashCode | Sert de fonction de hachage pour un type particulier. (Hérité de Object.) | |
GetType | Obtient le Type de l'instance actuelle. (Hérité de Object.) | |
MemberwiseClone | Crée une copie superficielle de l'objet Object actif. (Hérité de Object.) | |
Remove | ||
ToString | Retourne une chaîne qui représente l'objet actuel. (Hérité de Object.) |
Début
Implémentations d'interface explicite
Nom | Description | |
---|---|---|
IEnumerable<GraphProperty>.GetEnumerator |
Début
Sécurité des threads
Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.