IPerPropertyBrowsing interface
Retrieves the information in the property pages offered by an object.
When to implement
Implement this interface on all objects that have property pages so that clients can access information about the properties.
When to use
Use this interface to access information about an object's properties.
Members
The IPerPropertyBrowsing interface inherits from the IUnknown interface. IPerPropertyBrowsing also has these types of members:
Methods
The IPerPropertyBrowsing interface has these methods.
| Method | Description |
|---|---|
| GetDisplayString |
Retrieves a text string describing the specified property. |
| GetPredefinedStrings |
Retrieves an array description strings for the allowable values that the specified property can accept. |
| GetPredefinedValue |
Retrieves the value of the specified property that is associated with a predefined string name. |
| MapPropertyToPage |
Retrieves the CLSID of the property page associated with the specified property. |
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IPerPropertyBrowsing is defined as 376BD3AA-3845-101B-84ED-08002B2EC713 |
See also