Metodo IVsSyntheticTextSession.AddSyntheticRegions
Aggiunge le sessioni sintetiche di testo.
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Sintassi
'Dichiarazione
Function AddSyntheticRegions ( _
dwUpdateFlags As UInteger, _
cRegions As Integer, _
rgSynthReg As NewSyntheticRegion(), _
<OutAttribute> ppEnum As IVsEnumSyntheticRegions() _
) As Integer
int AddSyntheticRegions(
uint dwUpdateFlags,
int cRegions,
NewSyntheticRegion[] rgSynthReg,
IVsEnumSyntheticRegions[] ppEnum
)
int AddSyntheticRegions(
[InAttribute] unsigned int dwUpdateFlags,
[InAttribute] int cRegions,
[InAttribute] array<NewSyntheticRegion>^ rgSynthReg,
[OutAttribute] array<IVsEnumSyntheticRegions^>^ ppEnum
)
abstract AddSyntheticRegions :
dwUpdateFlags:uint32 *
cRegions:int *
rgSynthReg:NewSyntheticRegion[] *
ppEnum:IVsEnumSyntheticRegions[] byref -> int
function AddSyntheticRegions(
dwUpdateFlags : uint,
cRegions : int,
rgSynthReg : NewSyntheticRegion[],
ppEnum : IVsEnumSyntheticRegions[]
) : int
Parametri
dwUpdateFlags
Tipo: UInt32[in] Flag di aggiornamento. per i valori di dwUpdateFlags vedere CHANGE_SYNTHETIC_REGION_FLAGS enumerazione.
cRegions
Tipo: Int32[in] Numero delle aree da aggiungere.
rgSynthReg
Tipo: array<Microsoft.VisualStudio.TextManager.Interop.NewSyntheticRegion[][in] una matrice di cRegions struttura che definiscono le nuove aree.
ppEnum
Tipo: array<Microsoft.VisualStudio.TextManager.Interop.IVsEnumSyntheticRegions[][out] può essere nullriferimento null (Nothing in Visual Basic); se non Null, restituisce un'enumerazione di nuove aree.
Valore restituito
Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.
Note
Firma COM
da textmgr.idl:
HRESULT IVsSyntheticTextSession::AddSyntheticRegions(
[in] DWORD dwUpdateFlags,
[in] long cRegions,
[in, size_is(cRegions)] NewSyntheticRegion *rgSynthReg,
[out] IVsEnumSyntheticRegions **ppEnum
);
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.