PlaceHolderCollection Class Members
See Also  Properties Methods 
SourceCode.Workflow.Authoring Namespace : PlaceHolderCollection Class


Glossary Item Box

The following tables list the members exposed by PlaceHolderCollection.

Public Constructors

  Name Description
Public Constructor PlaceHolderCollection Constructor  
Top

Public Properties

  Name Description
Public Property Capacity (Inherited from System.Collections.CollectionBase)
Public Property Count (Inherited from System.Collections.CollectionBase)
Public Property Item Overloaded.   
Top

Protected Properties

  Name Description
Protected Property InnerList (Inherited from System.Collections.CollectionBase)
Protected Property List (Inherited from System.Collections.CollectionBase)
Top

Public Methods

  Name Description
Public Method Add Add the specified PlaceHolder to the collection. This will set the Owner property of the PlaceHolder.  
Public Method Clear (Inherited from System.Collections.CollectionBase)
Public Method Contains Overloaded. Determines whether the PlaceHolder is in the collection.  
Public Method GetEnumerator (Inherited from System.Collections.CollectionBase)
Public Method IndexOf Overloaded.   
Public Method Remove Removes the specified PlaceHolder from the collection. This will set the Owner property of the item to null.  
Public Method RemoveAt Removes the specified PlaceHolder from the collection. This will set the Owner property of the PlaceHolder to null.  
Top

Protected Methods

See Also