Condividi tramite


Metodo TextTipData.GetContextStream

Recupera la posizione e la lunghezza della descrizione comandi.

Spazio dei nomi:  Microsoft.VisualStudio.Package
Assembly:   Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)

Sintassi

'Dichiarazione
Public Overridable Function GetContextStream ( _
    <OutAttribute> ByRef piPos As Integer, _
    <OutAttribute> ByRef piLen As Integer _
) As Integer
public virtual int GetContextStream(
    out int piPos,
    out int piLen
)

Parametri

  • piPos
    Tipo: System.Int32%
    La posizione della descrizione comandi.
  • piLen
    Tipo: System.Int32%
    La lunghezza della descrizione comandi.

Valore restituito

Tipo: System.Int32
S_OK .

Implementa

IVsTextTipData.GetContextStream(Int32%, Int32%)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TextTipData Classe

Spazio dei nomi Microsoft.VisualStudio.Package