C# Class GitHub.Services.VSServices

Inheritance: IVSServices
Datei anzeigen Open project: github/VisualStudio Class Usage Examples

Public Methods

Method Description
ActivityLogError ( string message ) : void
ActivityLogMessage ( string message ) : void
ActivityLogWarning ( string message ) : void

Private Methods

Method Description
GetVSVersion ( ) : string
VSServices ( IUIProvider serviceProvider ) : System

Method Details

ActivityLogError() public method

public ActivityLogError ( string message ) : void
message string
return void

ActivityLogMessage() public method

public ActivityLogMessage ( string message ) : void
message string
return void

ActivityLogWarning() public method

public ActivityLogWarning ( string message ) : void
message string
return void