C# 클래스 GoogleCloudExtension.Utils.StatusbarHelper

This class contains helpers to manage the status bar for the Visual Studio shell.
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-visualstudio

Private Properties

프로퍼티 타입 설명
HideDeployAnimation void
UnFreeze void

공개 메소드들

메소드 설명
Freeze ( ) : IDisposable

Freezes the status bar, which prevents updates from other parts of the VS shell.

SetText ( string text ) : void

Change the text in the status bar. If the status bar is frozen no change is made.

ShowDeployAnimation ( ) : IDisposable

Shows an animation to show that a deploy action is being executed. This animation will only show if VS is showing all of the visual effects. The result of the method should stored in a variable in a using statement.

ShowProgressBar ( string label ) : ProgressBarHelper

Shows the progress bar indicator in the Visual Studio shell.

비공개 메소드들

메소드 설명
HideDeployAnimation ( ) : void
UnFreeze ( ) : void

메소드 상세

Freeze() 공개 정적인 메소드

Freezes the status bar, which prevents updates from other parts of the VS shell.
public static Freeze ( ) : IDisposable
리턴 IDisposable

SetText() 공개 정적인 메소드

Change the text in the status bar. If the status bar is frozen no change is made.
public static SetText ( string text ) : void
text string The text to display.
리턴 void

ShowDeployAnimation() 공개 정적인 메소드

Shows an animation to show that a deploy action is being executed. This animation will only show if VS is showing all of the visual effects. The result of the method should stored in a variable in a using statement.
public static ShowDeployAnimation ( ) : IDisposable
리턴 IDisposable

ShowProgressBar() 공개 정적인 메소드

Shows the progress bar indicator in the Visual Studio shell.
public static ShowProgressBar ( string label ) : ProgressBarHelper
label string The label to use for the progress indicator.
리턴 ProgressBarHelper