Compartilhar via


Método IVsTextViewIntellisenseHost.SetSubjectFromPrimaryBuffer

Define a extensão do buffer principal.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (em Microsoft.VisualStudio.TextManager.Interop.8.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
Se o método for bem-sucedido, ele retorna NativeMethods.S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

De singlefileeditor.idl:

HRESULT IVsTextViewIntellisenseHost::SetSubjectFromPrimaryBuffer(TextSpan *pSpanInPrimary);

Segurança do .NET Framework

Consulte também

Referência

IVsTextViewIntellisenseHost Interface

Namespace Microsoft.VisualStudio.TextManager.Interop