IPerPropertyBrowsing2 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Maps properties to their builders and executes the builders. A builder returns a value or values for a given property. An example of a builder is the style builder for a cascading stylesheet.
public interface class IPerPropertyBrowsing2
public interface class IPerPropertyBrowsing2
__interface IPerPropertyBrowsing2
[System.Runtime.InteropServices.Guid("33C0C1DA-33CF-11D3-BFF2-00C04F990235")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IPerPropertyBrowsing2
[<System.Runtime.InteropServices.Guid("33C0C1DA-33CF-11D3-BFF2-00C04F990235")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IPerPropertyBrowsing2 = interface
Public Interface IPerPropertyBrowsing2
- Attributes
Methods
ExecuteBuilder(Int32, Guid, Object, IntPtr, Object) |
Executes the builder for a given property and returns the value from the builder. |
MapPropertyToBuilder(Int32, Guid, UInt32) |
Maps the dispatch ID of a property to a builder for the property. |