GraphPropertyCollection 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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이면 빈 열거형을 반환합니다. |