Share via


DirectorySelection Constructor (IntPtr, IVsUIShell2)

Initializes a new instance of the DirectorySelection class.

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

Syntax

'Declaration
Public Sub New ( _
    parentHandle As IntPtr, _
    shell As IVsUIShell2 _
)
'Usage
Dim parentHandle As IntPtr
Dim shell As IVsUIShell2

Dim instance As New DirectorySelection(parentHandle, _
    shell)
public DirectorySelection(
    IntPtr parentHandle,
    IVsUIShell2 shell
)
public:
DirectorySelection(
    IntPtr parentHandle, 
    IVsUIShell2^ shell
)
public function DirectorySelection(
    parentHandle : IntPtr, 
    shell : IVsUIShell2
)
new : 
        parentHandle:IntPtr * 
        shell:IVsUIShell2 -> DirectorySelection

Parameters

.NET Framework Security

See Also

Reference

DirectorySelection Class

DirectorySelection Members

DirectorySelection Overload

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