FileSelection Constructor (IntPtr, IVsUIShell2)

Initializes a new instance of the FileSelection 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 FileSelection(parentHandle, _
    shell)
public FileSelection(
    IntPtr parentHandle,
    IVsUIShell2 shell
)
public:
FileSelection(
    IntPtr parentHandle, 
    IVsUIShell2^ shell
)
public function FileSelection(
    parentHandle : IntPtr, 
    shell : IVsUIShell2
)
new : 
        parentHandle:IntPtr * 
        shell:IVsUIShell2 -> FileSelection

Parameters

.NET Framework Security

See Also

Reference

FileSelection Class

FileSelection Members

FileSelection Overload

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