FileBaseSelection.ParentHandle Property

Gets the parent handle.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public ReadOnly Property ParentHandle As IntPtr
    Get
'Usage
Dim instance As FileBaseSelection
Dim value As IntPtr

value = instance.ParentHandle
public IntPtr ParentHandle { get; }
public:
property IntPtr ParentHandle {
    IntPtr get ();
}
function get ParentHandle () : IntPtr
member ParentHandle : IntPtr

Property Value

Type: System.IntPtr

.NET Framework Security

See Also

Reference

FileBaseSelection Class

FileBaseSelection Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace