次の方法で共有


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 の場合は、空の列挙を返します。

適用対象