The ProfileStyleCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Add | (Overrides StyleCollectionBase..::..Add(String).) |
![]() | Contains(ObjectId) |
Determines whether an element specified by ObjectId is in the collection.
(Inherited from StyleCollectionBase.) |
![]() | Contains(String) |
Determines whether an element is in the collection by its name.
(Inherited from StyleCollectionBase.) |
![]() | GetEnumerator |
Implements the method declared in the IEnumerable<T> interface. This method returns an enumerator for this collection.
(Inherited from StyleCollectionBase.) |
![]() | GetObjectEnumerator |
Implements the method declared in the IEnumerable interface. This method returns an enumerator for this collection.
(Inherited from StyleCollectionBase.) |
![]() | Remove(Int32) |
Removes a style by index from the collection.
(Inherited from StyleCollectionBase.) |
![]() | Remove(String) |
Removes a style by name from the collection.
(Inherited from StyleCollectionBase.) |
![]() | Remove(StyleBase) | Obsolete.
Removes a style by Object from the collection.
(Inherited from StyleCollectionBase.) |
Properties
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of style objects in the collection.
(Inherited from StyleCollectionBase.) |
![]() | Item[([( Int32])]) |
Gets the style by index from the collection.
(Inherited from StyleCollectionBase.) |
![]() | Item[([( String])]) | (Inherited from StyleCollectionBase.) |