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
- 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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace