C# Class SonarLint.VisualStudio.Integration.Service.DataModel.MinimumSupportedServerPlugin

Datei anzeigen Open project: SonarSource-VisualStudio/sonarlint-visualstudio Class Usage Examples

Public Properties

Property Type Description
CSharp MinimumSupportedServerPlugin
VbNet MinimumSupportedServerPlugin

Public Methods

Method Description
ISupported ( EnvDTE project ) : bool
ToString ( ) : string

Private Methods

Method Description
MinimumSupportedServerPlugin ( string key, Language language, string minimumVersion ) : SonarLint.VisualStudio.Integration.Resources

Method Details

ISupported() public method

public ISupported ( EnvDTE project ) : bool
project EnvDTE
return bool

ToString() public method

public ToString ( ) : string
return string

Property Details

CSharp public_oe static_oe property

public static MinimumSupportedServerPlugin,SonarLint.VisualStudio.Integration.Service.DataModel CSharp
return MinimumSupportedServerPlugin

VbNet public_oe static_oe property

public static MinimumSupportedServerPlugin,SonarLint.VisualStudio.Integration.Service.DataModel VbNet
return MinimumSupportedServerPlugin