Classe GraphCategoryCollection
Gerarchia di ereditarietà
System.Object
Microsoft.VisualStudio.GraphModel.GraphCategoryCollection
Spazio dei nomi: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Sintassi
'Dichiarazione
Public Class GraphCategoryCollection _
Implements ICollection(Of GraphCategory), IEnumerable(Of GraphCategory), _
IEnumerable
public class GraphCategoryCollection : ICollection<GraphCategory>,
IEnumerable<GraphCategory>, IEnumerable
public ref class GraphCategoryCollection : ICollection<GraphCategory^>,
IEnumerable<GraphCategory^>, IEnumerable
type GraphCategoryCollection =
class
interface ICollection<GraphCategory>
interface IEnumerable<GraphCategory>
interface IEnumerable
end
public class GraphCategoryCollection implements ICollection<GraphCategory>, IEnumerable<GraphCategory>, IEnumerable
Il tipo GraphCategoryCollection espone i seguenti membri.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Count | |
![]() |
IsReadOnly |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Add | |
![]() |
AddNewCategory(String, Graph) | |
![]() |
AddNewCategory(String, Graph, GraphMetadata) | |
![]() |
Clear | |
![]() |
Contains | |
![]() |
Copy | |
![]() |
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) |
![]() |
GetCategoriesBasedOn | |
![]() |
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<GraphCategory>.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.