Classe GraphPropertyCollection
Gerarchia di ereditarietà
System.Object
Microsoft.VisualStudio.GraphModel.GraphPropertyCollection
Spazio dei nomi: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Sintassi
'Dichiarazione
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
Il tipo GraphPropertyCollection espone i seguenti membri.
Costruttori
Nome | Descrizione | |
---|---|---|
GraphPropertyCollection |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Count | ||
IsReadOnly | ||
Properties |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Add | ||
AddNewProperty(String, Type, Graph) | ||
AddNewProperty(String, Type, Graph, GraphMetadata) | ||
Clear | ||
Contains | ||
CopyTo | ||
Equals | Determina se l'oggetto Object specificato è uguale all'oggetto Object corrente. (Ereditato da Object) | |
Finalize | Consente a un oggetto di provare a liberare risorse ed eseguire altre operazioni di pulitura prima che l'oggetto stesso venga recuperato dalla procedura di Garbage Collection. (Ereditato da Object) | |
GetEnumerator | ||
GetHashCode | Funge da funzione hash per un determinato tipo. (Ereditato da Object) | |
GetType | Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object) | |
MemberwiseClone | Consente di creare una copia dei riferimenti dell'oggetto Object corrente. (Ereditato da Object) | |
Remove | ||
ToString | Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object) |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
IEnumerable<GraphProperty>.GetEnumerator |
In alto
Codice thread safe
Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.