IPerPropertyBrowsing2 Interface

 

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.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

[GuidAttribute("33C0C1DA-33CF-11D3-BFF2-00C04F990235")]
[InterfaceTypeAttribute(1)]
public interface IPerPropertyBrowsing2

NameDescription
System_CAPS_pubmethodExecuteBuilder(Int32, Guid, Object, IntPtr, Object)

Executes the builder for a given property and returns the value from the builder.

System_CAPS_pubmethodMapPropertyToBuilder(Int32, Guid, UInt32)

Maps the dispatch ID of a property to a builder for the property.

Return to top
Show: