Méthode | Description | |
---|---|---|
ActiveConfiguration ( ) : string | ||
ActiveFileFullPath ( ) : string | ||
ActivePlatform ( ) : string | ||
ActiveProjectFileFullPath ( ) : string | ||
ActiveProjectName ( ) : string | ||
ActiveSolutionName ( ) : string | ||
ActiveSolutionPath ( ) : string | ||
AreWeRunningInVisualStudio ( ) : bool | ||
ClearDiffFile ( string localFileName, string serverFileName ) : void | ||
CurrentSelectedDocumentLanguage ( ) : string | ||
DoIHaveAdminRights ( ) : bool | ||
EvaluatedValueForIncludeFile ( string msbuildProjectFile, string filePath ) : string | ||
GetCurrentDocumentInView ( ) : string | ||
GetCurrentRoslynSolution ( ) : Microsoft.CodeAnalysis.Solution | ||
GetFileRealPathForSolution ( string fileInView ) : string | ||
GetGuidForProject ( string projectPath, string solutionPath ) : string | ||
GetProjectByGuidInSolution ( string projectGuid, string solutionPath ) : VsProjectItem | ||
GetProjectByNameInSolution ( string projectName, string solutionPath ) : VsProjectItem | ||
GetProperFilePathCapitalization ( string filename ) : string | ||
NavigateToResource ( string url ) : void | ||
OpenResourceInVisualStudio ( string filename, int line, string editorCommandExec = "notepad" ) : void | ||
OpenResourceInVisualStudio ( string workfolder, string filename, int line, string editorCommandExec = "notepad" ) : void | ||
ReadSavedOption ( string category, string page, string item ) : string | ||
RestartVisualStudio ( ) : void | ||
SetCurrentDocumentInView ( string fullName ) : void | ||
ShowSourceDiff ( string resourceInEditorTxt, string documentInViewPath ) : void | ||
VsFileItem ( string filename, |
||
VsFileItem ( string fullPath, string projectFullPath, |
||
VsProjectItem ( string projectFileName, |
||
WriteDefaultOption ( string sonarOptions, string communityOptions, string item, string value ) : void | ||
WriteOption ( string category, string page, string item, string value ) : void | ||
WriteToVisualStudioOutput ( string errorMessage ) : void |
public ActiveProjectFileFullPath ( ) : string | ||
Résultat | string |
public AreWeRunningInVisualStudio ( ) : bool | ||
Résultat | bool |
public ClearDiffFile ( string localFileName, string serverFileName ) : void | ||
localFileName | string | |
serverFileName | string | |
Résultat | void |
public CurrentSelectedDocumentLanguage ( ) : string | ||
Résultat | string |
public EvaluatedValueForIncludeFile ( string msbuildProjectFile, string filePath ) : string | ||
msbuildProjectFile | string | |
filePath | string | |
Résultat | string |
public GetCurrentDocumentInView ( ) : string | ||
Résultat | string |
public GetCurrentRoslynSolution ( ) : Microsoft.CodeAnalysis.Solution | ||
Résultat | Microsoft.CodeAnalysis.Solution |
public GetFileRealPathForSolution ( string fileInView ) : string | ||
fileInView | string | |
Résultat | string |
public GetGuidForProject ( string projectPath, string solutionPath ) : string | ||
projectPath | string | |
solutionPath | string | |
Résultat | string |
public GetProjectByGuidInSolution ( string projectGuid, string solutionPath ) : VsProjectItem | ||
projectGuid | string | |
solutionPath | string | |
Résultat | VsProjectItem |
public GetProjectByNameInSolution ( string projectName, string solutionPath ) : VsProjectItem | ||
projectName | string | |
solutionPath | string | |
Résultat | VsProjectItem |
public GetProperFilePathCapitalization ( string filename ) : string | ||
filename | string | |
Résultat | string |
public NavigateToResource ( string url ) : void | ||
url | string | |
Résultat | void |
public OpenResourceInVisualStudio ( string filename, int line, string editorCommandExec = "notepad" ) : void | ||
filename | string | |
line | int | |
editorCommandExec | string | |
Résultat | void |
public OpenResourceInVisualStudio ( string workfolder, string filename, int line, string editorCommandExec = "notepad" ) : void | ||
workfolder | string | |
filename | string | |
line | int | |
editorCommandExec | string | |
Résultat | void |
public ReadSavedOption ( string category, string page, string item ) : string | ||
category | string | |
page | string | |
item | string | |
Résultat | string |
public SetCurrentDocumentInView ( string fullName ) : void | ||
fullName | string | |
Résultat | void |
public ShowSourceDiff ( string resourceInEditorTxt, string documentInViewPath ) : void | ||
resourceInEditorTxt | string | |
documentInViewPath | string | |
Résultat | void |
public VsFileItem ( string filename, |
||
filename | string | |
associatedProject | ||
fileResource | ||
Résultat | VSSonarPlugins.Types.VsFileItem |
public VsFileItem ( string fullPath, string projectFullPath, |
||
fullPath | string | |
projectFullPath | string | |
associatedProject | ||
fileResource | ||
Résultat | VSSonarPlugins.Types.VsFileItem |
public VsProjectItem ( string projectFileName, |
||
projectFileName | string | |
associatedProject | ||
Résultat | VsProjectItem |
public WriteDefaultOption ( string sonarOptions, string communityOptions, string item, string value ) : void | ||
sonarOptions | string | |
communityOptions | string | |
item | string | |
value | string | |
Résultat | void |
public WriteOption ( string category, string page, string item, string value ) : void | ||
category | string | |
page | string | |
item | string | |
value | string | |
Résultat | void |
public WriteToVisualStudioOutput ( string errorMessage ) : void | ||
errorMessage | string | |
Résultat | void |