Partager via


IVsTextViewIntellisenseHost.GetSubjectText, méthode

Le texte sur lequel Intellisense doit fonctionner.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntaxe

'Déclaration
Function GetSubjectText ( _
    <OutAttribute> ByRef pbstrSubjectText As String _
) As Integer
int GetSubjectText(
    out string pbstrSubjectText
)
int GetSubjectText(
    [OutAttribute] String^% pbstrSubjectText
)
abstract GetSubjectText : 
        pbstrSubjectText:string byref -> int
function GetSubjectText(
    pbstrSubjectText : String
) : int

Paramètres

  • pbstrSubjectText
    Type : String%

     

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne NativeMethods.S_OK.En cas d'échec, un code d'erreur est retourné.
E_NOTIMPL retourne si GetHostFlags () comprend IHF_NOSEPARATESUBJECT.Le contenu de la mémoire tampon de contexte doit être considéré le texte soumis.

Notes

De singlefileeditor.idl :

HRESULT IVsTextViewIntellisenseHost::GetSubjectText([out, retval] BSTR *pbstrSubjectText);

Sécurité .NET Framework

Voir aussi

Référence

IVsTextViewIntellisenseHost Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms