次の方法で共有


ChildCollection Members

The following tables list the members exposed by the ChildCollection type.

Protected Constructors

Name Description
Protected Method ChildCollection Creates an instance of ChildCollection.

Public Properties

Name Description
Public Property Count (Inherited from Collection.)
Public Property Item (Inherited from Collection.)

Protected Properties

Name Description
Protected Property Items (Inherited from Collection.)

Public Methods

Name Description
Public Method Add (Inherited from Collection.)
Public Method Clear (Inherited from Collection.)
Public Method Contains (Inherited from Collection.)
Public Method CopyTo (Inherited from Collection.)
Public Method Equals (Inherited from Object.)
Public Method GetEnumerator (Inherited from Collection.)
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method IndexOf (Inherited from Collection.)
Public Method Insert (Inherited from Collection.)
Public Method Remove (Inherited from Collection.)
Public Method RemoveAt (Inherited from Collection.)
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method ClearItems Removes all children from the collection.
Protected Method Finalize (Inherited from Object.)
Protected Method GetParent Gets the parent of a child object.
Protected Method InsertItem Inserts a child object into the collection at the specified location.
Protected Method MemberwiseClone (Inherited from Object.)
Protected Method RemoveItem Removes a child object from the collection.
Protected Method SetItem Modifies the value of the child object at the specified location.
Protected Method SetParent Modifies the value of the parent object of the specified child object.

See Also

Reference

ChildCollection Generic Class
Microsoft.Xna.Framework.Content.Pipeline Namespace