SqlDialogPage 클래스

정의

사용자 지정 속성 페이지를 만드는 데 사용되는 대화 상자 페이지입니다.

public ref class SqlDialogPage : Microsoft::VisualStudio::Shell::DialogPage
[System.Runtime.InteropServices.ComVisible(true)]
public class SqlDialogPage : Microsoft.VisualStudio.Shell.DialogPage
[<System.Runtime.InteropServices.ComVisible(true)>]
type SqlDialogPage = class
    inherit DialogPage
Public Class SqlDialogPage
Inherits DialogPage
상속
SqlDialogPage
파생
특성

생성자

SqlDialogPage()

SqlDialogPage 클래스의 새 인스턴스를 초기화합니다.

속성

AutomationObject

SqlDialogPage 클래스의 지정된 개체에 대한 DTE 자동화 모델 개체를 가져옵니다.

PropertySheet

SqlPropertySheet 개체가 있는 경우 해당 개체를 가져옵니다. 그렇지 않으면 SqlPropertySheet 개체를 만듭니다.

Window

대화 상자 페이지의 사용자 인터페이스 창을 가져옵니다.

메서드

CreatePropertySheet()

SqlPropertySheet 개체를 만드는 가상 메서드입니다.

LoadSettingsFromStorage()

로컬 스토리지(일반적으로 레지스트리)에서 대화 상자 페이지 설정을 로드하도록 셸에서 호출되는 재정의입니다.

LoadSettingsFromXml(IVsSettingsReader)

디스크의 Visual Studio 셸 설정 스토리지에서 대화 상자 페이지 설정을 로드하도록 Visual Studio 셸에서 호출됩니다.

OnActivate(CancelEventArgs)

Visual Studio 셸 환경에서 Windows 활성화 메시지를 처리합니다.

OnApply(DialogPage+PageApplyEventArgs)

Visual Studio 환경에서 적용 메시지를 처리합니다.

OnDeactivate(CancelEventArgs)

Visual Studio 셸 환경에서 비활성화 메시지를 처리합니다.

ResetSettings()

설정을 해당 기본값으로 다시 설정합니다.

적용 대상