Skybound.Gecko.LauncherDialog.PromptForSaveToFile C# (CSharp) Méthode

PromptForSaveToFile() public méthode

public PromptForSaveToFile ( nsIHelperAppLauncher aLauncher, nsISupports aWindowContext, string aDefaultFileName, string aSuggestedFileExtension, bool aForcePrompt ) : nsILocalFile
aLauncher nsIHelperAppLauncher
aWindowContext nsISupports
aDefaultFileName string
aSuggestedFileExtension string
aForcePrompt bool
Résultat nsILocalFile
        public nsILocalFile PromptForSaveToFile(nsIHelperAppLauncher aLauncher, nsISupports aWindowContext, string aDefaultFileName, string aSuggestedFileExtension, bool aForcePrompt)
        {
            aLauncher.Cancel(nsIHelperAppLauncherConstants.NS_BINDING_ABORTED);
            return null;
        }