Partager via


IVsIntellisenseHost.GetSubjectText, méthode

Obtient le texte sur lequel Intellisense fonctionne.

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%

    [out, retval] la chaîne contenant le texte soumis.

Valeur de retour

Type : Int32
Si la méthode réussit, elle retourne S_OK.En cas d'échec, un code d'erreur est retourné.

Notes

C++

De singlefileeditor.idl :

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

Sécurité .NET Framework

Voir aussi

Référence

IVsIntellisenseHost Interface

Microsoft.VisualStudio.TextManager.Interop, espace de noms