Method | Description | |
---|---|---|
ShowBrowseDirectoryDialog ( string initialPath = null, string title = null ) : string | ||
ShowOpenFileDialog ( string filter, string initialPath = null, string title = null ) : string | ||
ShowSaveFileDialog ( string filter, string initialPath = null, string title = null ) : string | ||
VsFileDialog ( IApplicationShell shell ) : System |
Method | Description | |
---|---|---|
BrowseForFileOpen ( |
||
BrowseForFileSave ( |
public ShowBrowseDirectoryDialog ( string initialPath = null, string title = null ) : string | ||
initialPath | string | |
title | string | |
return | string |
public ShowOpenFileDialog ( string filter, string initialPath = null, string title = null ) : string | ||
filter | string | |
initialPath | string | |
title | string | |
return | string |
public ShowSaveFileDialog ( string filter, string initialPath = null, string title = null ) : string | ||
filter | string | |
initialPath | string | |
title | string | |
return | string |
public VsFileDialog ( IApplicationShell shell ) : System | ||
shell | IApplicationShell | |
return | System |