Klasa GraphSetterCollection
Ta klasa zapewnia metody zbioru obiektów metody ustawiającej.
Hierarchia dziedziczenia
Object
Microsoft.VisualStudio.GraphModel.Styles.GraphSetterCollection
Przestrzeń nazw: Microsoft.VisualStudio.GraphModel.Styles
Zestaw: Microsoft.VisualStudio.GraphModel (w Microsoft.VisualStudio.GraphModel.dll)
Składnia
'Deklaracja
Public Class GraphSetterCollection _
Implements ICollection(Of GraphSetter), IEnumerable(Of GraphSetter), _
IEnumerable, IHasGraphOwner
public class GraphSetterCollection : ICollection<GraphSetter>,
IEnumerable<GraphSetter>, IEnumerable, IHasGraphOwner
public ref class GraphSetterCollection : ICollection<GraphSetter^>,
IEnumerable<GraphSetter^>, IEnumerable, IHasGraphOwner
type GraphSetterCollection =
class
interface ICollection<GraphSetter>
interface IEnumerable<GraphSetter>
interface IEnumerable
interface IHasGraphOwner
end
public class GraphSetterCollection implements ICollection<GraphSetter>, IEnumerable<GraphSetter>, IEnumerable, IHasGraphOwner
Typ GraphSetterCollection uwidacznia następujące elementy członkowskie.
Konstruktorzy
Nazwa | Opis | |
---|---|---|
![]() |
GraphSetterCollection | Utworzyć nowy obiekt style dla danego wykresu. |
Początek
Właściwości
Nazwa | Opis | |
---|---|---|
![]() |
Count | Zwraca liczbę ustawiające w kolekcji. |
![]() |
Graph | Pobierz wykres, należącej do tej kolekcji |
![]() |
IsReadOnly | Pobiera wartość wskazująca, czy System.Collections.Generic.ICollection jest tylko do odczytu. |
![]() |
Owner | Pobierz wykres, należącej do tej kolekcji |
Początek
Metody
Nazwa | Opis | |
---|---|---|
![]() |
Add | Dodaje określonej metody ustawiającej. |
![]() |
Clear | Czyści listę ustawiające. |
![]() |
Contains | Sprawdza, czy Setter jest w tej kolekcji |
![]() |
CopyTo | Kopiuje elementy System.Collections.Generic.ICollection System.Array, począwszy od określonego indeksu System.Array. |
![]() |
Equals | Determines whether the specified object is equal to the current object. (Odziedziczone z Object). |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Odziedziczone z Object). |
![]() |
Get | Pobierz metody ustawiającej właściwości |
![]() |
GetEnumerator | Interfejs IEnumerable <Setter> wdrożenie |
![]() |
GetHashCode | Serves as the default hash function. (Odziedziczone z Object). |
![]() |
GetType | Gets the Type of the current instance. (Odziedziczone z Object). |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Odziedziczone z Object). |
![]() |
Remove | Usuwa pierwsze wystąpienie określonego obiektu z System.Collections.Generic.ICollection. |
![]() |
ToString | Returns a string that represents the current object. (Odziedziczone z Object). |
Początek
Jawne implementacje interfejsu
Nazwa | Opis | |
---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | Wdrożenie IEnumerable |
Początek
Bezpieczeństwo wątku
Wszystkie publiczne static (Shared w języku Visual Basic) elementy członkowskie tego typu są bezpieczne dla wątków. Wystąpienia elementów członkowskich nie dają gwarancji bezpieczeństwa wątków.