AdvancedPage 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
註冊一個語言服務屬性頁面。
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
- 繼承
- 屬性
建構函式
| 名稱 | Description |
|---|---|
| AdvancedPage() |
初始化 AdvancedPage 類別的新執行個體。 |
屬性
| 名稱 | Description |
|---|---|
| AutomationObject |
取得類別中特定物件 SqlDialogPage 的 DTE 自動化模型物件。 (繼承來源 SqlDialogPage) |
| PropertySheet |
如果存在物件,則得到 SqlPropertySheet 物件;否則,創造物件 SqlPropertySheet 。 (繼承來源 SqlDialogPage) |
| Window |
取得對話頁面的使用者介面視窗。 (繼承來源 SqlDialogPage) |
方法
| 名稱 | Description |
|---|---|
| CreatePropertySheet() |
建立一個 SqlPropertySheet 物件並回傳。 |
| LoadSettingsFromStorage() |
shell 會呼叫 override 來從本地儲存裝置載入對話頁面設定,通常是登錄檔。 (繼承來源 SqlDialogPage) |
| LoadSettingsFromXml(IVsSettingsReader) |
由 Visual Studio Shell 呼叫,從磁碟上的 Visual Studio shell 設定儲存裝置載入對話框頁面設定。 (繼承來源 SqlDialogPage) |
| OnActivate(CancelEventArgs) |
處理來自 Visual Studio shell 環境的 Windows 啟用訊息。 (繼承來源 SqlDialogPage) |
| OnApply(DialogPage+PageApplyEventArgs) |
處理來自 Visual Studio 環境的套用訊息。 (繼承來源 SqlDialogPage) |
| OnDeactivate(CancelEventArgs) |
處理 Visual Studio shell 環境中的停用訊息。 (繼承來源 SqlDialogPage) |
| ResetSettings() |
將設定重設為預設值。 (繼承來源 SqlDialogPage) |