메소드 | 설명 | |
---|---|---|
ActiveConfiguration ( ) : string |
The active configuration.
|
|
ActiveFileFullPath ( ) : string |
The active file full path.
|
|
ActivePlatform ( ) : string |
The active platform.
|
|
ActiveProjectFileFullPath ( ) : string |
The active project file full path.
|
|
ActiveProjectName ( ) : string |
The active project name.
|
|
ActiveSolutionName ( ) : string |
The active solution name.
|
|
ActiveSolutionPath ( ) : string |
The active solution path.
|
|
AreWeRunningInVisualStudio ( ) : bool |
The are we running in visual studio.
|
|
ClearDiffFile ( string localFileName, string serverFileName ) : void |
The clear diff file.
|
|
CurrentSelectedDocumentLanguage ( ) : string |
The current selected document language.
|
|
DoIHaveAdminRights ( ) : bool | ||
EvaluatedValueForIncludeFile ( string msbuildProjectFile, string filePath ) : string | ||
GetCurrentDocumentInView ( ) : string | ||
GetCurrentRoslynSolution ( ) : Microsoft.CodeAnalysis.Solution | ||
GetCurrentTextInView ( ) : string |
The get current text in view.
|
|
GetFileRealPathForSolution ( string fileInView ) : string |
The get file real path for solution.
|
|
GetGuidForProject ( string projectPath, string solutionFullPath ) : string |
Gets the unique identifier for project.
|
|
GetProjectByGuidInSolution ( string projectGuid, string solutionFullPath ) : VsProjectItem | ||
GetProjectByNameInSolution ( string projectName, string solutionFullPath ) : VsProjectItem | ||
GetProperFilePathCapitalization ( string filename ) : string |
The get proper file path capitalization.
|
|
NavigateToResource ( string url ) : void |
The navigate to resource.
|
|
OpenResourceInVisualStudio ( string filename, int line, string editorCommandExec = "notepad" ) : void |
The open resource in visual studio.
|
|
OpenResourceInVisualStudio ( string workfolder, string filename, int line, string editorCommandExec = "notepad" ) : void |
The open resource in visual studio.
|
|
ReadSavedOption ( string category, string page, string item ) : string |
The read saved option.
|
|
RestartVisualStudio ( ) : void |
The restart visual studio.
|
|
SetCurrentDocumentInView ( string fullName ) : void | ||
ShowSourceDiff ( string resourceInEditorTxt, string documentInViewPath ) : void |
The show source diff.
|
|
VsFileItem ( string filename, |
The vs project item.
|
|
VsFileItem ( string fullPath, string projectFullPath, |
||
VsProjectItem ( string projectFileName, |
||
WriteDefaultOption ( string sonarOptions, string communityOptions, string item, string value ) : void |
The write default option.
|
|
WriteOption ( string category, string page, string item, string value ) : void |
The write option.
|
|
WriteToVisualStudioOutput ( string errorMessage ) : void |
The write to visual studio output.
|
public ClearDiffFile ( string localFileName, string serverFileName ) : void | ||
localFileName | string | The local file name. |
serverFileName | string | The server file name. |
리턴 | void |
public CurrentSelectedDocumentLanguage ( ) : string | ||
리턴 | string |
public EvaluatedValueForIncludeFile ( string msbuildProjectFile, string filePath ) : string | ||
msbuildProjectFile | string | |
filePath | string | |
리턴 | string |
public GetCurrentRoslynSolution ( ) : Microsoft.CodeAnalysis.Solution | ||
리턴 | Microsoft.CodeAnalysis.Solution |
public GetFileRealPathForSolution ( string fileInView ) : string | ||
fileInView | string | The file in view. |
리턴 | string |
public GetGuidForProject ( string projectPath, string solutionFullPath ) : string | ||
projectPath | string | The project path. |
solutionFullPath | string | |
리턴 | string |
public GetProjectByGuidInSolution ( string projectGuid, string solutionFullPath ) : VsProjectItem | ||
projectGuid | string | |
solutionFullPath | string | |
리턴 | VsProjectItem |
public GetProjectByNameInSolution ( string projectName, string solutionFullPath ) : VsProjectItem | ||
projectName | string | |
solutionFullPath | string | |
리턴 | VsProjectItem |
public GetProperFilePathCapitalization ( string filename ) : string | ||
filename | string | The filename. |
리턴 | string |
public NavigateToResource ( string url ) : void | ||
url | string | The url. |
리턴 | void |
public OpenResourceInVisualStudio ( string filename, int line, string editorCommandExec = "notepad" ) : void | ||
filename | string | The filename. |
line | int | The line. |
editorCommandExec | string | The editor command exec. |
리턴 | void |
public OpenResourceInVisualStudio ( string workfolder, string filename, int line, string editorCommandExec = "notepad" ) : void | ||
workfolder | string | The workfolder. |
filename | string | The filename. |
line | int | The line. |
editorCommandExec | string | The editor command exec. |
리턴 | void |
public ReadSavedOption ( string category, string page, string item ) : string | ||
category | string | The category. |
page | string | The page. |
item | string | The item. |
리턴 | string |
public SetCurrentDocumentInView ( string fullName ) : void | ||
fullName | string | |
리턴 | void |
public ShowSourceDiff ( string resourceInEditorTxt, string documentInViewPath ) : void | ||
resourceInEditorTxt | string | The resource in editor txt. |
documentInViewPath | string | The document in view path. |
리턴 | void |
public VsFileItem ( string filename, |
||
filename | string | The filename. |
associatedProject | ||
projectResource | ||
리턴 | VSSonarPlugins.Types.VsFileItem |
public VsFileItem ( string fullPath, string projectFullPath, |
||
fullPath | string | |
projectFullPath | string | |
associatedProject | ||
fileResource | ||
리턴 | VSSonarPlugins.Types.VsFileItem |
public VsProjectItem ( string projectFileName, |
||
projectFileName | string | |
associatedProject | ||
리턴 | VsProjectItem |
public WriteDefaultOption ( string sonarOptions, string communityOptions, string item, string value ) : void | ||
sonarOptions | string | The sonar options. |
communityOptions | string | The community options. |
item | string | The item. |
value | string | The value. |
리턴 | void |
public WriteOption ( string category, string page, string item, string value ) : void | ||
category | string | The category. |
page | string | The page. |
item | string | The item. |
value | string | The value. |
리턴 | void |
public WriteToVisualStudioOutput ( string errorMessage ) : void | ||
errorMessage | string | The error message. |
리턴 | void |