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