OrchestratorOptionsPage 類別

Visual Studio [工具] > [選項] 對話方塊中的頁面,使用者可以在其中設定 [文字樣板化] 選項。

此 API 不符合 CLS 標準。 

繼承階層架構

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.VisualStudio.Shell.DialogPage
        Microsoft.VisualStudio.TextTemplating.VSHost.OrchestratorOptionsPage

命名空間:  Microsoft.VisualStudio.TextTemplating.VSHost
組件:  Microsoft.VisualStudio.TextTemplating.VSHost.10.0 (在 Microsoft.VisualStudio.TextTemplating.VSHost.10.0.dll 中)

語法

'宣告
<CLSCompliantAttribute(False)> _
<GuidAttribute("64998AAF-06EE-4517-9D19-A4787DB08F4B")> _
Public Class OrchestratorOptionsPage _
    Inherits DialogPage
[CLSCompliantAttribute(false)]
[GuidAttribute("64998AAF-06EE-4517-9D19-A4787DB08F4B")]
public class OrchestratorOptionsPage : DialogPage
[CLSCompliantAttribute(false)]
[GuidAttribute(L"64998AAF-06EE-4517-9D19-A4787DB08F4B")]
public ref class OrchestratorOptionsPage : public DialogPage
[<CLSCompliantAttribute(false)>]
[<GuidAttribute("64998AAF-06EE-4517-9D19-A4787DB08F4B")>]
type OrchestratorOptionsPage =  
    class
        inherit DialogPage
    end
public class OrchestratorOptionsPage extends DialogPage

OrchestratorOptionsPage 型別會公開下列成員。

建構函式

  名稱 說明
公用方法 OrchestratorOptionsPage

回頁首

屬性

  名稱 說明
公用屬性 AutomationObject (覆寫 DialogPage.AutomationObject。)
受保護的屬性 CanRaiseEvents 取得值,指出元件是否能引發事件。 (繼承自 Component)。
公用屬性 Container 取得包含 ComponentIContainer。 (繼承自 Component)。
受保護的屬性 DesignMode 取得值,指出 Component 目前是否處於設計模式。 (繼承自 Component)。
受保護的屬性 Events 取得附加在這個 Component 上的事件處理常式清單。 (繼承自 Component)。
受保護的屬性 SettingsRegistryPath (繼承自 DialogPage)。
公用屬性 Site (繼承自 DialogPage)。
受保護的屬性 Window (繼承自 DialogPage)。

回頁首

方法

  名稱 說明
公用方法 CreateObjRef 建立包含所有相關資訊的物件,這些資訊是產生用來與遠端物件通訊的所需 Proxy。 (繼承自 MarshalByRefObject)。
公用方法 Dispose() 釋放 Component 所使用的所有資源。 (繼承自 Component)。
受保護的方法 Dispose(Boolean) (繼承自 DialogPage)。
公用方法 Equals 判斷指定的 Object 和目前的 Object 是否相等。 (繼承自 Object)。
受保護的方法 Finalize 釋出 Unmanaged 資源並執行其他清除作業後,記憶體回收才能重新回收 Component。 (繼承自 Component)。
公用方法 GetHashCode 做為特定型別的雜湊函式。 (繼承自 Object)。
公用方法 GetLifetimeService 擷取控制這個執行個體存留期 (Lifetime) 原則的目前存留期服務物件。 (繼承自 MarshalByRefObject)。
受保護的方法 GetService 傳回表示 Component 或其 Container 所提供之服務的物件。 (繼承自 Component)。
公用方法 GetType 取得目前執行個體的 Type。 (繼承自 Object)。
公用方法 InitializeLifetimeService 取得存留期服務物件來控制這個執行個體的存留期原則。 (繼承自 MarshalByRefObject)。
公用方法 LoadSettingsFromStorage (繼承自 DialogPage)。
公用方法 LoadSettingsFromXml (繼承自 DialogPage)。
受保護的方法 MemberwiseClone() 建立目前 Object 的淺層複本 (Shallow Copy)。 (繼承自 Object)。
受保護的方法 MemberwiseClone(Boolean) 建立目前 MarshalByRefObject 物件的淺層複本。 (繼承自 MarshalByRefObject)。
受保護的方法 OnActivate (繼承自 DialogPage)。
受保護的方法 OnApply (繼承自 DialogPage)。
受保護的方法 OnClosed (繼承自 DialogPage)。
受保護的方法 OnDeactivate (繼承自 DialogPage)。
公用方法 ResetSettings (繼承自 DialogPage)。
公用方法 SaveSettingsToStorage (繼承自 DialogPage)。
公用方法 SaveSettingsToXml (繼承自 DialogPage)。
公用方法 ToString 傳回 String,其中可能含有 Component 的名稱。這個方法不應該被覆寫。 (繼承自 Component)。

回頁首

事件

  名稱 說明
公用事件 Disposed 當此元件由 Dispose 方法的呼叫處置時發生。 (繼承自 Component)。

回頁首

明確介面實作

  名稱 說明
明確介面實作私用屬性 IWin32Window.Handle (繼承自 DialogPage)。

回頁首

執行緒安全

這個型別的任何 Public static (在 Visual Basic 中為 Shared) 成員都具備執行緒安全。並非所有的執行個體成員都是安全執行緒。

請參閱

參考

Microsoft.VisualStudio.TextTemplating.VSHost 命名空間