Share via


DirectorySelection Constructor (IntPtr, IVsUIShell2, Guid)

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, _
    persistenceSlotCookie As Guid _
)
'Usage
Dim parentHandle As IntPtr
Dim shell As IVsUIShell2
Dim persistenceSlotCookie As Guid

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

Parameters

  • persistenceSlotCookie
    Type: System.Guid
    The persistence slot cookie

.NET Framework Security

See Also

Reference

DirectorySelection Class

DirectorySelection Members

DirectorySelection Overload

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