PropertyBag Methods |
The PropertyBag type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnGetValue |
Raises the GetValue event, if ValueGetterFunc is left null, otherwise it will call ValueGetterFunc instead.
|
![]() | OnSetValue |
Raises the SetValue event, if ValueGetterFunc is left null, otherwise it will call ValueGetterFunc instead.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | ICustomTypeDescriptor.GetAttributes |
Returns a collection of custom attributes for this instance of a component.
|
![]() ![]() | ICustomTypeDescriptor.GetClassName |
Returns the class name of this instance of a component.
|
![]() ![]() | ICustomTypeDescriptor.GetComponentName |
Returns the name of this instance of a component.
|
![]() ![]() | ICustomTypeDescriptor.GetConverter |
Returns a type converter for this instance of a component.
|
![]() ![]() | ICustomTypeDescriptor.GetDefaultEvent |
Returns the default event for this instance of a component.
|
![]() ![]() | ICustomTypeDescriptor.GetDefaultProperty |
Returns the default property for this instance of a component.
|
![]() ![]() | ICustomTypeDescriptor.GetEditor |
Returns an editor of the specified type for this instance of a component.
|
![]() ![]() | ICustomTypeDescriptor.GetEvents() |
Returns the events for this instance of a component.
|
![]() ![]() | ICustomTypeDescriptor.GetEvents(Attribute[]) |
Returns the events for this instance of a component using the specified attribute array as a filter.
|
![]() ![]() | ICustomTypeDescriptor.GetProperties() |
Returns the properties for this instance of a component.
|
![]() ![]() | ICustomTypeDescriptor.GetProperties(Attribute[]) |
Returns the properties for this instance of a component using the attribute array as a filter.
|
![]() ![]() | ICustomTypeDescriptor.GetPropertyOwner |
Returns an object that contains the property described by the specified property descriptor.
|