Condividi tramite


IVSMDPropertyGrid.Handle Property

Gets the top-level HWND for the grid window.

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

Syntax

'Dichiarazione
ReadOnly Property Handle As Integer
    Get
'Utilizzo
Dim instance As IVSMDPropertyGrid
Dim value As Integer

value = instance.Handle
int Handle { get; }
property int Handle {
    int get ();
}
abstract Handle : int
function get Handle () : int

Property Value

Type: System.Int32
The top-level HWND for the grid window.

.NET Framework Security

See Also

Reference

IVSMDPropertyGrid Interface

IVSMDPropertyGrid Members

Microsoft.VisualStudio.Designer.Interfaces Namespace