FileBaseSelection.PersistLastUseDirectory Method
Persists in memory the last used directory for this particular usage instance of the FileSelection.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Sub PersistLastUseDirectory ( _
lastUsedDirectory As String _
)
'Usage
Dim lastUsedDirectory As String
Me.PersistLastUseDirectory(lastUsedDirectory)
protected void PersistLastUseDirectory(
string lastUsedDirectory
)
protected:
void PersistLastUseDirectory(
String^ lastUsedDirectory
)
protected function PersistLastUseDirectory(
lastUsedDirectory : String
)
member PersistLastUseDirectory :
lastUsedDirectory:string -> unit
Parameters
- lastUsedDirectory
Type: System.String
The last used directory
.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