PropertiesAndHandleObjectPropertyList Class
In This Topic
Base class of all property list classes.
Inheritance Hierarchy
Syntax
[DefaultMember("Property")]
public class PropertiesAndHandleObjectPropertyList
[DefaultMember("Property")]
public ref class PropertiesAndHandleObjectPropertyList
Public Constructors
Public Properties
| Name | Description |
| ExistingIds | Returns array of MDPropertyValue objects. If PropertiesAndHandleObjectPropertyList works on local property list it will be an array of unique properties from local property list. Otherwise it will be an array of all existing properties for related object. |
| Parent | PropertiesAndHandleObject to which this property list is connected. |
| Property | Overloaded. Method used by operator[] in order to access indexed properties by MDAnyPropertyId. |
Top
Public Methods
| Name | Description |
| Dispose | Destructor for deterministic finalization of PropertiesAndHandleObjectPropertyList object. |
| Exists | Checks if property exists for used object. |
Top
See Also