C# 클래스 GoogleCloudExtension.UserPrompt.UserPromptWindow

This class represents a user prompt dialog, which replaces the VS built-in dialog with a styled one.
상속: GoogleCloudExtension.Theming.CommonDialogWindowBase
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-visualstudio 1 사용 예제들

Private Properties

프로퍼티 타입 설명
UserPromptWindow GoogleCloudExtension.Theming

공개 메소드들

메소드 설명
PromptUser ( Options options ) : bool

Show the prompt to the user with the given options.

비공개 메소드들

메소드 설명
UserPromptWindow ( Options options ) : GoogleCloudExtension.Theming

메소드 상세

PromptUser() 공개 정적인 메소드

Show the prompt to the user with the given options.
public static PromptUser ( Options options ) : bool
options Options
리턴 bool