SettingsPage.Grid Property

Gets the property grid associated with the property page.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Protected ReadOnly Property Grid As IVSMDPropertyGrid
'使用
Dim value As IVSMDPropertyGrid

value = Me.Grid
protected IVSMDPropertyGrid Grid { get; }
protected:
property IVSMDPropertyGrid^ Grid {
    IVSMDPropertyGrid^ get ();
}
protected function get Grid () : IVSMDPropertyGrid

Property Value

Type: IVSMDPropertyGrid

Returns IVSMDPropertyGrid.

Permissions

See Also

Reference

SettingsPage Class

SettingsPage Members

Microsoft.VisualStudio.Package Namespace