FileBaseSelection.ClearPersistenceSlot Method

Clear the persistence slot, so the FileSelection does not remember the setting for it anymore.

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

Syntax

'Declaration
Public Shared Sub ClearPersistenceSlot ( _
    persistenceSlotCookie As Guid _
)
'Usage
Dim persistenceSlotCookie As Guid

FileBaseSelection.ClearPersistenceSlot(persistenceSlotCookie)
public static void ClearPersistenceSlot(
    Guid persistenceSlotCookie
)
public:
static void ClearPersistenceSlot(
    Guid persistenceSlotCookie
)
public static function ClearPersistenceSlot(
    persistenceSlotCookie : Guid
)
static member ClearPersistenceSlot : 
        persistenceSlotCookie:Guid -> unit 

Parameters

  • persistenceSlotCookie
    Type: System.Guid
    The persistence slot cookie

.NET Framework Security

See Also

Reference

FileBaseSelection Class

FileBaseSelection Members

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