C# 클래스 GoogleCloudExtension.PublishDialog.PublishDialogWindow

This class implements the window that hosts the publish dialog wizard.
상속: GoogleCloudExtension.Theming.CommonDialogWindowBase
파일 보기 프로젝트 열기: GoogleCloudPlatform/google-cloud-visualstudio 1 사용 예제들

Private Properties

프로퍼티 타입 설명
PublishDialogWindow GoogleCloudExtension.PublishDialogSteps.ChoiceStep

공개 메소드들

메소드 설명
CanPublish ( ISolutionProject project ) : bool

Returns true if project can be published using this wizard.

PromptUser ( ISolutionProject project ) : void

Starts the publish wizard for the given project.

비공개 메소드들

메소드 설명
PublishDialogWindow ( ISolutionProject project ) : GoogleCloudExtension.PublishDialogSteps.ChoiceStep

메소드 상세

CanPublish() 공개 정적인 메소드

Returns true if project can be published using this wizard.
public static CanPublish ( ISolutionProject project ) : bool
project ISolutionProject The project to check.
리턴 bool

PromptUser() 공개 정적인 메소드

Starts the publish wizard for the given project.
public static PromptUser ( ISolutionProject project ) : void
project ISolutionProject The project to publish.
리턴 void