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
- 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