継承階層
System.Object
Microsoft.VisualStudio.GraphModel.GraphPropertyCollection
名前空間: Microsoft.VisualStudio.GraphModel
アセンブリ: Microsoft.VisualStudio.GraphModel (Microsoft.VisualStudio.GraphModel.dll 内)
構文
'宣言
Public Class GraphPropertyCollection _
Implements ICollection(Of GraphProperty), IEnumerable(Of GraphProperty), _
IEnumerable
public class GraphPropertyCollection : ICollection<GraphProperty>,
IEnumerable<GraphProperty>, IEnumerable
public ref class GraphPropertyCollection : ICollection<GraphProperty^>,
IEnumerable<GraphProperty^>, IEnumerable
type GraphPropertyCollection =
class
interface ICollection<GraphProperty>
interface IEnumerable<GraphProperty>
interface IEnumerable
end
public class GraphPropertyCollection implements ICollection<GraphProperty>, IEnumerable<GraphProperty>, IEnumerable
GraphPropertyCollection 型で公開されるメンバーは以下のとおりです。
コンストラクター
名前 | 説明 | |
---|---|---|
![]() |
GraphPropertyCollection |
このページのトップへ
プロパティ
名前 | 説明 | |
---|---|---|
![]() |
Count | |
![]() |
IsReadOnly | |
![]() |
Properties |
このページのトップへ
メソッド
名前 | 説明 | |
---|---|---|
![]() |
Add | |
![]() |
AddNewProperty(String, Type, Graph) | |
![]() |
AddNewProperty(String, Type, Graph, GraphMetadata) | |
![]() |
Clear | |
![]() |
Contains | |
![]() |
CopyTo | |
![]() |
Equals | 指定した Object が、現在の Object と等しいかどうかを判断します。 (Object から継承されます。) |
![]() |
Finalize | オブジェクトがガベージ コレクションにより収集される前に、そのオブジェクトがリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Object から継承されます。) |
![]() |
GetEnumerator | |
![]() |
GetHashCode | 特定の型のハッシュ関数として機能します。 (Object から継承されます。) |
![]() |
GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) |
![]() |
MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Object から継承されます。) |
![]() |
Remove | |
![]() |
ToString | 現在のオブジェクトを表す文字列を返します。 (Object から継承されます。) |
このページのトップへ
明示的インターフェイスの実装
名前 | 説明 | |
---|---|---|
![]() ![]() |
IEnumerable<GraphProperty>.GetEnumerator |
このページのトップへ
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。 インスタンス メンバーの場合は、スレッド セーフであるとは限りません。