GraphConditionCollection 클래스

정의

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

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

생성자

GraphConditionCollection(Graph)

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

속성

Count

컬렉션의 스타일 수를 반환합니다.

Graph

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

IsReadOnly

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

Owner

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

메서드

Add(GraphCondition)

지정된 조건을 추가합니다.

Clear()

조건 목록을 지웁 수 있습니다.

Contains(GraphCondition)

지정된 조건이 이 스타일의 조건 목록에 있는지 확인합니다.

CopyTo(GraphCondition[], Int32)

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

GetEnumerator()

IEnumerable<조건> 구현

Insert(Int32, GraphCondition)

지정된 조건을 목록의 지정된 위치에 삽입합니다.

Remove(GraphCondition)

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

명시적 인터페이스 구현

IEnumerable.GetEnumerator()

IEnumberable 구현

확장 메서드

EmptyIfNull<T>(IEnumerable<T>)

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

적용 대상