Partilhar via


Método IVsTextViewIntellisenseHost_Corrected.SetSubjectFromPrimaryBuffer

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.9.0 (em Microsoft.VisualStudio.TextManager.Interop.9.0.dll)

Sintaxe

'Declaração
Function SetSubjectFromPrimaryBuffer ( _
    pSpanInPrimary As TextSpan() _
) As Integer
int SetSubjectFromPrimaryBuffer(
    TextSpan[] pSpanInPrimary
)
int SetSubjectFromPrimaryBuffer(
    array<TextSpan>^ pSpanInPrimary
)
abstract SetSubjectFromPrimaryBuffer : 
        pSpanInPrimary:TextSpan[] -> int
function SetSubjectFromPrimaryBuffer(
    pSpanInPrimary : TextSpan[]
) : int

Parâmetros

Valor de retorno

Tipo: Int32

Segurança do .NET Framework

Consulte também

Referência

IVsTextViewIntellisenseHost_Corrected Interface

Namespace Microsoft.VisualStudio.TextManager.Interop