Method | Description | |
---|---|---|
ActiveConfiguration ( ) : string |
The active configuration.
|
|
ActiveFileFullPath ( ) : string |
The get active file full path 1.
|
|
ActivePlatform ( ) : string |
The active platform.
|
|
ActiveProjectFileFullPath ( ) : string |
The get active project from solution full name.
|
|
ActiveProjectName ( ) : string |
The get active project from solution name.
|
|
ActiveSolutionFullName ( ) : string |
The get solution path.
|
|
ActiveSolutionName ( ) : string |
The get solution path.
|
|
ActiveSolutionPath ( ) : string |
The get solution path.
|
|
AreWeRunningInVisualStudio ( ) : bool |
The are we running in visual studio.
|
|
ClearDiffFile ( string localFileName, string serverFileName ) : void |
The clear diff file.
|
|
CurrentSelectedDocumentLanguage ( ) : string |
The get document language.
|
|
DoIHaveAdminRights ( ) : bool |
Does the i have admin rights.
|
|
Environment ( ) : DTE2 |
The get environment.
|
|
EvaluatedValueForIncludeFile ( string msbuildProjectFile, string filePath ) : string |
Evaluated the value for include file.
|
|
GetCurrentDocumentInView ( ) : string |
Gets the current document in view.
|
|
GetCurrentRoslynSolution ( ) : Microsoft.CodeAnalysis.Solution |
Gets the current roslyn solution.
|
|
GetCurrentTextInView ( ) : string |
The get current text in view.
|
|
GetCurrentView ( ) : IWpfTextView |
The get current view.
|
|
GetDocumentLanguage ( Document doc ) : string |
The get document language.
|
|
GetFileRealPathForSolution ( string fileInView ) : string |
The get file real path for solution.
|
|
GetGuidForProject ( string projectPath, string solutionPath ) : string |
Gets the project guid from path.
|
|
GetProjectByGuidInSolution ( string guid, string solutionPath ) : VsProjectItem |
Gets the project by unique identifier in solution.
|
|
GetProjectByNameInSolution ( string name, string solutionPath ) : VsProjectItem |
Gets the project by name in solution.
|
|
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 get saved option.
|
|
RestartVisualStudio ( ) : void |
The restart visual studio.
|
|
SetCurrentDocumentInView ( string fullName ) : void |
Sets the current document in view.
|
|
ShowSourceDiff ( string resourceInEditor, string documentInViewPath ) : void |
The show source diff.
|
|
SolutionPath ( DTE2 applicationObject ) : string |
The solution path.
|
|
VsFileItem ( string filename, |
The vs file item.
|
|
VsFileItem ( string fullPath, string projectFullPath, |
The vs file item.
|
|
VsProjectItem ( string filename, |
The vs project item.
|
|
VsPropertiesHelper ( DTE2 environment, IServiceProvider service ) : System |
Initializes a new instance of the VsPropertiesHelper class.
|
|
WriteDefaultOption ( string category, string page, string item, string value ) : void |
The set default option.
|
|
WriteOption ( string category, string page, string item, string value ) : void |
The set option.
|
|
WriteToVisualStudioOutput ( string errorMessage ) : void |
The write to visual studio output.
|
Method | Description | |
---|---|---|
CreateVsProjectItem ( ProjectTypes project ) : VsProjectItem |
Creates the vs project item.
|
|
GetLongPathName ( string shortPath, StringBuilder sb, int buffer ) : uint | ||
GetProperDirectoryCapitalization ( |
The get proper directory capitalization.
|
|
RecursePath ( string fileName, string path, List |
The recurse path.
|
public ActiveProjectFileFullPath ( ) : string | ||
return | string |
public ClearDiffFile ( string localFileName, string serverFileName ) : void | ||
localFileName | string | The local file name. |
serverFileName | string | The server file name. |
return | void |
public CurrentSelectedDocumentLanguage ( ) : string | ||
return | string |
public EvaluatedValueForIncludeFile ( string msbuildProjectFile, string filePath ) : string | ||
msbuildProjectFile | string | The msbuild project file. |
filePath | string | The file path. |
return | string |
public GetCurrentRoslynSolution ( ) : Microsoft.CodeAnalysis.Solution | ||
return | Microsoft.CodeAnalysis.Solution |
public static GetDocumentLanguage ( Document doc ) : string | ||
doc | Document | /// The doc. /// |
return | string |
public GetFileRealPathForSolution ( string fileInView ) : string | ||
fileInView | string | /// The file in view. /// |
return | string |
public GetGuidForProject ( string projectPath, string solutionPath ) : string | ||
projectPath | string | The project path. |
solutionPath | string | The solution path. |
return | string |
public GetProjectByGuidInSolution ( string guid, string solutionPath ) : VsProjectItem | ||
guid | string | The unique identifier. |
solutionPath | string | The solution path. |
return | VsProjectItem |
public GetProjectByNameInSolution ( string name, string solutionPath ) : VsProjectItem | ||
name | string | The name. |
solutionPath | string | The solution path. |
return | VsProjectItem |
public GetProperFilePathCapitalization ( string filename ) : string | ||
filename | string | /// The filename. /// |
return | string |
public NavigateToResource ( string url ) : void | ||
url | string | /// The url. /// |
return | 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. |
return | 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. /// |
return | void |
public ReadSavedOption ( string category, string page, string item ) : string | ||
category | string | /// The category. /// |
page | string | /// The page. /// |
item | string | /// The item. /// |
return | string |
public SetCurrentDocumentInView ( string fullName ) : void | ||
fullName | string | The full name. |
return | void |
public ShowSourceDiff ( string resourceInEditor, string documentInViewPath ) : void | ||
resourceInEditor | string | /// The resource in editor. /// |
documentInViewPath | string | /// The document in view path. /// |
return | void |
public static SolutionPath ( DTE2 applicationObject ) : string | ||
applicationObject | DTE2 | /// The application object. /// |
return | string |
public VsFileItem ( string filename, |
||
filename | string | The filename. |
associatedProject | The associated project. | |
fileResource | The file resource. | |
return | VSSonarPlugins.Types.VsFileItem |
public VsFileItem ( string fullPath, string projectFullPath, |
||
fullPath | string | The full Path. |
projectFullPath | string | The project Full Path. |
associatedProject | The associated project. | |
fileResource | The file resource. | |
return | VSSonarPlugins.Types.VsFileItem |
public VsProjectItem ( string filename, |
||
filename | string | The filename. |
associatedProject | The associated project. | |
return | VsProjectItem |
public VsPropertiesHelper ( DTE2 environment, IServiceProvider service ) : System | ||
environment | DTE2 | /// The environment 2. /// |
service | IServiceProvider | /// The service. /// |
return | System |
public WriteDefaultOption ( 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. /// |
return | 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. /// |
return | void |
public WriteToVisualStudioOutput ( string errorMessage ) : void | ||
errorMessage | string | /// The error message. /// |
return | void |