GraphPropertyCollection 클래스

정의

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

생성자

GraphPropertyCollection(GraphSchema)

속성

Count

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

IsReadOnly

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

Properties

GraphProperties를 가져옵니다.

Schema

메서드

Add(GraphProperty)

GraphProperties 컬렉션에 항목 추가

AddNewProperty(String, Type)

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

AddNewProperty(String, Type, Func<GraphMetadata>)

새 GraphProperty 등록

Clear()

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

Contains(GraphProperty)

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

CopyTo(GraphProperty[], Int32)

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

GetEnumerator()

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

Remove(GraphProperty)

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

명시적 인터페이스 구현

IEnumerable<GraphProperty>.GetEnumerator()

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

확장 메서드

EmptyIfNull<T>(IEnumerable<T>)

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

적용 대상