Metodo VsCodeWindowClass.SetBaseEditorCaption
Aggiunge il testo personalizzato alla barra del titolo dell'editor.
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Sintassi
'Dichiarazione
Public Overridable Function SetBaseEditorCaption ( _
pszBaseEditorCaption As String() _
) As Integer
public virtual int SetBaseEditorCaption(
string[] pszBaseEditorCaption
)
public:
virtual int SetBaseEditorCaption(
[InAttribute] array<String^>^ pszBaseEditorCaption
)
abstract SetBaseEditorCaption :
pszBaseEditorCaption:string[] -> int
override SetBaseEditorCaption :
pszBaseEditorCaption:string[] -> int
public function SetBaseEditorCaption(
pszBaseEditorCaption : String[]
) : int
Parametri
pszBaseEditorCaption
Tipo: array<String[][in] Puntatore alla stringa di base della barra del titolo dell'editor.
Valore restituito
Tipo: Int32
Implementa
IVsCodeWindow.SetBaseEditorCaption(array<String[])
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.