AdvancedPage 클래스

정의

언어 서비스 속성 페이지를 등록합니다.

public ref class AdvancedPage : RadLangSvc::SqlDialogPage
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("7d092b67-f9b8-4de4-a60e-298bada6f735")]
public class AdvancedPage : RadLangSvc.SqlDialogPage
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("7d092b67-f9b8-4de4-a60e-298bada6f735")>]
type AdvancedPage = class
    inherit SqlDialogPage
Public Class AdvancedPage
Inherits SqlDialogPage
상속
AdvancedPage
특성

생성자

AdvancedPage()

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

속성

AutomationObject

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

(다음에서 상속됨 SqlDialogPage)
PropertySheet

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

(다음에서 상속됨 SqlDialogPage)
Window

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

(다음에서 상속됨 SqlDialogPage)

메서드

CreatePropertySheet()

SqlPropertySheet 개체를 만들고 반환합니다.

LoadSettingsFromStorage()

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

(다음에서 상속됨 SqlDialogPage)
LoadSettingsFromXml(IVsSettingsReader)

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

(다음에서 상속됨 SqlDialogPage)
OnActivate(CancelEventArgs)

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

(다음에서 상속됨 SqlDialogPage)
OnApply(DialogPage+PageApplyEventArgs)

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

(다음에서 상속됨 SqlDialogPage)
OnDeactivate(CancelEventArgs)

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

(다음에서 상속됨 SqlDialogPage)
ResetSettings()

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

(다음에서 상속됨 SqlDialogPage)

적용 대상