다음을 통해 공유


GraphCategoryCollection 클래스

정의

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

생성자

GraphCategoryCollection(GraphSchema)

속성

Count

컬렉션에 포함된 요소 수를 가져옵니다.

IsReadOnly

컬렉션이 읽기 전용인지 여부를 나타내는 값을 가져옵니다.

Schema

메서드

Add(GraphCategory)

컬렉션에 항목을 추가합니다.

AddNewCategory(String)

기본 메타데이터 작성자에 새 GraphCategory를 등록합니다.

AddNewCategory(String, Func<GraphMetadata>)

새 GraphCategory를 등록합니다.

Clear()

컬렉션에서 모든 항목을 제거합니다.

Contains(GraphCategory)

컬렉션에 특정 값이 있는지 여부를 확인합니다.

Copy(GraphCategoryCollection, Graph, Graph)

원본 그래프의 메타데이터를 포함하여 한 컬렉션에서 다른 컬렉션으로 GraphCategories를 대상 그래프로 복사합니다.

CopyTo(GraphCategory[], Int32)

컬렉션의 요소를 특정 System.Array 인덱스에서 시작하여 System.Array에 복사합니다.

GetCategoriesBasedOn(GraphCategory)

지정된 기본 범주를 기반으로 하는 모든 범주의 열거형을 가져옵니다.

GetEnumerator()

그래프 범주에 대한 열거자를 반환합니다.

Remove(GraphCategory)

컬렉션에서 특정 개체의 첫 번째 발생을 제거합니다.

명시적 인터페이스 구현

IEnumerable<GraphCategory>.GetEnumerator()

그래프 범주에 대한 열거자를 반환합니다.

확장 메서드

EmptyIfNull<T>(IEnumerable<T>)

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

적용 대상