SqlDialogPage 클래스

Dialog page used to create custom property page.

상속 계층

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      DialogPage
        RadLangSvc.SqlDialogPage
          RadLangSvc.AdvancedPage

네임스페이스:  RadLangSvc
어셈블리:  RadLangSvc(RadLangSvc.dll)

구문

‘선언
<ComVisibleAttribute(True)> _
Public Class SqlDialogPage _
    Inherits DialogPage
‘사용 방법
Dim instance As SqlDialogPage
[ComVisibleAttribute(true)]
public class SqlDialogPage : DialogPage
[ComVisibleAttribute(true)]
public ref class SqlDialogPage : public DialogPage
[<ComVisibleAttribute(true)>]
type SqlDialogPage =  
    class 
        inherit DialogPage 
    end
public class SqlDialogPage extends DialogPage

SqlDialogPage 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 SqlDialogPage Initializes a new instance of the SqlDialogPage class.

맨 위로 이동

속성

  이름 설명
공용 속성 AutomationObject Gets the DTE automation model object for a given object of a SqlDialogPage class. (DialogPageAutomationObject을(를) 재정의함)
보호된 속성 CanRaiseEvents (Component에서 상속됨)
공용 속성 Container (Component에서 상속됨)
보호된 속성 DesignMode (Component에서 상속됨)
보호된 속성 Events (Component에서 상속됨)
보호된 속성 PropertySheet Gets SqlPropertySheet object if one exists; otherwise, creates a SqlPropertySheet object.
보호된 속성 SettingsRegistryPath (DialogPage에서 상속됨)
공용 속성 Site (DialogPage에서 상속됨)
보호된 속성 Window Gets the user interface window of the dialog page. (DialogPageWindow을(를) 재정의함)

맨 위로 이동

메서드

  이름 설명
공용 메서드 CreateObjRef 보안에 중요합니다. (MarshalByRefObject에서 상속됨)
보호된 메서드 CreatePropertySheet Virtual method that creates a SqlPropertySheet object.
공용 메서드 Dispose() (Component에서 상속됨)
보호된 메서드 Dispose(Boolean) (DialogPage에서 상속됨)
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Component에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetLifetimeService 보안에 중요합니다. (MarshalByRefObject에서 상속됨)
보호된 메서드 GetService (Component에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 InitializeLifetimeService 보안에 중요합니다. (MarshalByRefObject에서 상속됨)
공용 메서드 LoadSettingsFromStorage Override called by shell to load dialog page settings from local storage, generally the registry. (DialogPageLoadSettingsFromStorage을(를) 재정의함)
공용 메서드 LoadSettingsFromXml Called by Visual Studio Shell to load dialog page settings from the Visual Studio shell settings storage on disk. (DialogPageLoadSettingsFromXml(IVsSettingsReader)을(를) 재정의함)
보호된 메서드 MemberwiseClone() (Object에서 상속됨)
보호된 메서드 MemberwiseClone(Boolean) (MarshalByRefObject에서 상속됨)
보호된 메서드 OnActivate Handles Windows Activate messages from the Visual Studio shell environment. (DialogPageOnActivate(CancelEventArgs)을(를) 재정의함)
보호된 메서드 OnApply Handles Apply messages from the Visual Studio environment. (DialogPageOnApply(PageApplyEventArgs)을(를) 재정의함)
보호된 메서드 OnClosed (DialogPage에서 상속됨)
보호된 메서드 OnDeactivate Handles Deactivate messages from the Visual Studio shell environment. (DialogPageOnDeactivate(CancelEventArgs)을(를) 재정의함)
공용 메서드 ResetSettings Resets settings to their default values. (DialogPageResetSettings을(를) 재정의함)
공용 메서드 SaveSettingsToStorage (DialogPage에서 상속됨)
공용 메서드 SaveSettingsToXml (DialogPage에서 상속됨)
공용 메서드 ToString (Component에서 상속됨)

맨 위로 이동

이벤트

  이름 설명
공용 이벤트 Disposed (Component에서 상속됨)

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 속성 System#Windows#Forms#IWin32Window#Handle (DialogPage에서 상속됨)

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

RadLangSvc 네임스페이스