Lire en anglais

Partager via


IVSMDPropertyGrid Interface

Defines a small property browser that can be hosted in dialog boxes or other windows.

Namespace:  Microsoft.VisualStudio.Designer.Interfaces
Assembly:  Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)

Syntax

[GuidAttribute("74946837-37A0-11D2-A273-00C04F8EF4FF")]
[InterfaceTypeAttribute()]
public interface IVSMDPropertyGrid

Remarks

To use this property browser grid, just QI for IVsWindowPane to get the window, and hand the window a selection container for it to browse. You are responsible for updating the selection container if you change the contents of the selection without notifying the grid.

See Also

Reference

IVSMDPropertyGrid Members

Microsoft.VisualStudio.Designer.Interfaces Namespace