IVsCodeWindow.GetEditorCaption 方法
傳回編輯器可以附加自訂文字編輯器標題。
命名空間: Microsoft.VisualStudio.TextManager.Interop
組件: Microsoft.VisualStudio.TextManager.Interop (在 Microsoft.VisualStudio.TextManager.Interop.dll 中)
語法
'宣告
Function GetEditorCaption ( _
dwReadOnly As READONLYSTATUS, _
<OutAttribute> ByRef pbstrEditorCaption As String _
) As Integer
int GetEditorCaption(
READONLYSTATUS dwReadOnly,
out string pbstrEditorCaption
)
int GetEditorCaption(
[InAttribute] READONLYSTATUS dwReadOnly,
[OutAttribute] String^% pbstrEditorCaption
)
abstract GetEditorCaption :
dwReadOnly:READONLYSTATUS *
pbstrEditorCaption:string byref -> int
function GetEditorCaption(
dwReadOnly : READONLYSTATUS,
pbstrEditorCaption : String
) : int
參數
dwReadOnly
類型:Microsoft.VisualStudio.TextManager.Interop.READONLYSTATUS[in]取得文字緩衝區的讀取和寫入狀態。 為一系列dwReadOnly的值,請參閱READONLYSTATUS
pbstrEditorCaption
類型:String%[] out指標BSTR所包含的標題文字。
傳回值
類型:Int32
如果此方法將會成功,則會傳回S_OK。如果失敗,它就會傳回錯誤碼。
備註
這個方法會判定唯讀狀態,藉由與相關聯的文字緩衝區。
COM 簽章
從 textmgr.idl:
HRESULT IVsCodeWindow::GetEditorCaption(
[in] READONLYSTATUS dwReadOnly,
[out] BSTR *pbstrEditorCaption
);
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。