C# Class GoogleCloudExtension.Utils.GcpOutputWindow

This class contains helpers to manage and add lines of text to the GCP window.
Exibir arquivo Open project: GoogleCloudPlatform/google-cloud-visualstudio

Public Methods

Method Description
Activate ( ) : void

Activates the GCP output window, making sure it is visible for the user.

Clear ( ) : void

Clears all of the content from the GCP window.

OutputLine ( string str ) : void

Outputs a line to the GCP output window.

Method Details

Activate() public static method

Activates the GCP output window, making sure it is visible for the user.
public static Activate ( ) : void
return void

Clear() public static method

Clears all of the content from the GCP window.
public static Clear ( ) : void
return void

OutputLine() public static method

Outputs a line to the GCP output window.
public static OutputLine ( string str ) : void
str string The line of text to output.
return void