GraphSetterCollection 클래스

정의

이 클래스는 Setter 개체의 컬렉션을 조작하는 메서드를 제공합니다.

public ref class GraphSetterCollection : Microsoft::VisualStudio::GraphModel::IHasGraphOwner, System::Collections::Generic::ICollection<Microsoft::VisualStudio::GraphModel::Styles::GraphSetter ^>, System::Collections::Generic::IEnumerable<Microsoft::VisualStudio::GraphModel::Styles::GraphSetter ^>
public class GraphSetterCollection : Microsoft.VisualStudio.GraphModel.IHasGraphOwner, System.Collections.Generic.ICollection<Microsoft.VisualStudio.GraphModel.Styles.GraphSetter>, System.Collections.Generic.IEnumerable<Microsoft.VisualStudio.GraphModel.Styles.GraphSetter>
type GraphSetterCollection = class
    interface ICollection<GraphSetter>
    interface seq<GraphSetter>
    interface IEnumerable
    interface IHasGraphOwner
Public Class GraphSetterCollection
Implements ICollection(Of GraphSetter), IEnumerable(Of GraphSetter), IHasGraphOwner
상속
GraphSetterCollection
구현

생성자

GraphSetterCollection(Graph)

지정된 그래프에 대한 새 스타일 개체를 생성합니다.

속성

Count

컬렉션의 setter 수를 반환합니다.

Graph

이 컬렉션이 속한 그래프 가져오기

IsReadOnly

System.Collections.Generic.ICollection이 읽기 전용인지 여부를 나타내는 값을 가져옵니다.

Owner

이 컬렉션이 속한 그래프 가져오기

메서드

Add(GraphSetter)

지정된 setter를 추가합니다.

Clear()

setter 목록을 지웁니다.

Contains(GraphSetter)

Setter가 이 컬렉션에 있는지 확인합니다.

CopyTo(GraphSetter[], Int32)

특정 System.Array 인덱스에서 시작하여 System.Collections.Generic.ICollection의 요소를 System.Array에 복사합니다.

Get(String)

속성 setter 가져오기

GetEnumerator()

IEnumerable<Setter> 구현

Remove(GraphSetter)

System.Collections.Generic.ICollection에서 특정 개체의 첫 번째 항목을 제거합니다.

명시적 인터페이스 구현

IEnumerable.GetEnumerator()

IEnumerable 구현

확장 메서드

EmptyIfNull<T>(IEnumerable<T>)

null이 아닌 경우 이 열거형을 반환합니다. null이면 빈 열거형을 반환합니다.

적용 대상