C# Class GoogleCloudExtension.Utils.GcpOutputWindow

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

Méthodes publiques

Méthode 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 méthode

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

Clear() public static méthode

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

OutputLine() public static méthode

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