C# 클래스 GoogleCloudExtension.Utils.GcpOutputWindow

This class contains helpers to manage and add lines of text to the GCP window.
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-visualstudio

공개 메소드들

메소드 설명
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.

메소드 상세

Activate() 공개 정적인 메소드

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

Clear() 공개 정적인 메소드

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

OutputLine() 공개 정적인 메소드

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