ClientWebPartPropertyCollection members
ClientWebPartPropertyCollection Need ICollection for designer.
The ClientWebPartPropertyCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Count | Count Number of Properties in the Collection. |
![]() |
Item | Gets the property by the PropertyName. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Add | Adds a property to the collection. !!! This is called from a designer on save which is why we have it. If you remove this method you will break the designer scenarios. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
TryGetValue | TryGetValue |
Top
Explicit interface implementations
Top