共用方式為


IVsCodeWindow.SetViewClassID 方法

設定文字的檢視類別,來變更或查詢。

命名空間:  Microsoft.VisualStudio.TextManager.Interop
組件:  Microsoft.VisualStudio.TextManager.Interop (在 Microsoft.VisualStudio.TextManager.Interop.dll 中)

語法

'宣告
Function SetViewClassID ( _
    ByRef clsidView As Guid _
) As Integer
int SetViewClassID(
    ref Guid clsidView
)
int SetViewClassID(
    [InAttribute] Guid% clsidView
)
abstract SetViewClassID : 
        clsidView:Guid byref -> int
function SetViewClassID(
    clsidView : Guid
) : int

參數

  • clsidView
    類型:Guid%

    [in]若要變更的 [文字] 檢視的類別識別項。

傳回值

類型:Int32
如果此方法將會成功,則會傳回S_OK。如果失敗,它就會傳回錯誤碼。

備註

預設狀況下的 [程式碼] 視窗會使用 [編輯] 窗格的 CLSID_IVsTextView。 若要存取的檢視類別的類別識別項,呼叫GetViewClassID

COM 簽章

從 textmgr.idl:

HRESULT IVsCodeWindow::SetViewClassID(
   [in] REFCLSID clsidView
);

.NET Framework 安全性

請參閱

參考

IVsCodeWindow 介面

Microsoft.VisualStudio.TextManager.Interop 命名空間