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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.