C# 클래스 AsposeVisualStudioPluginCells.GUI.SampleWizardPage

파일 보기 프로젝트 열기: aspose-cells/Aspose.Cells-for-.NET 1 사용 예제들

공개 메소드들

메소드 설명
SampleWizardPage ( ) : System
SampleWizardPage ( DTE2 application ) : System
showMessage ( string title, string message, MessageBoxButtons buttons, MessageBoxIcon icon ) : DialogResult

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
AbortButton_Click ( object sender, EventArgs e ) : void
AddSpacesToSentence ( string text ) : string
BrowseButton_Click ( object sender, EventArgs e ) : void
CloneOrCheckOutRepo ( AsposeComponent component ) : void
CloneOrCheckOutRepoWorker ( AsposeComponent component ) : void
ContinueButton_Click ( object sender, EventArgs e ) : void
CopyAndCreateProject ( ) : bool
CopyFolderContents ( string SourcePath, string DestinationPath ) : bool
GetComponentsButton_Click ( object sender, EventArgs e ) : void
GetDestinationPath ( string destinationRoot, string selectedProject ) : string
GetDirectories ( DirectoryInfo subDirs, TreeNode nodeToAddTo ) : void
GetExamplesRootPath ( ) : string
GetFiles ( DirectoryInfo subDirs, TreeNode nodeToAddTo ) : void
GetVSVersion ( ) : int
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

PopulateTreeView ( string dirPath ) : void
RepositoryUpdateCompleted ( ) : void
SetComponentsAPIs ( ) : void
UpdatePrjReferenceHintPath ( string projectFilePath, AsposeComponent component ) : void
buttonGetComponents_Click ( object sender, EventArgs e ) : void
checkAndUpdateRepo ( AsposeComponent component ) : void
clearError ( ) : void
components_FormClosed ( object sender, FormClosedEventArgs e ) : void
examplesTree_NodeMouseClick ( object sender, TreeNodeMouseClickEventArgs e ) : void
progressDisplayTask ( ) : void
rdbCSharp_CheckedChanged ( object sender, EventArgs e ) : void
rdbVisualBasic_CheckedChanged ( object sender, EventArgs e ) : void
setErrorMessage ( string message ) : void
timer1_Tick ( object sender, EventArgs e ) : void
validateForm ( ) : bool

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

SampleWizardPage() 공개 메소드

public SampleWizardPage ( ) : System
리턴 System

SampleWizardPage() 공개 메소드

public SampleWizardPage ( DTE2 application ) : System
application DTE2
리턴 System

showMessage() 공개 메소드

public showMessage ( string title, string message, MessageBoxButtons buttons, MessageBoxIcon icon ) : DialogResult
title string
message string
buttons MessageBoxButtons
icon MessageBoxIcon
리턴 DialogResult