Metodo IVsTextViewEx.AppendViewOnlyMarkerTypes
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Sintassi
'Dichiarazione
Function AppendViewOnlyMarkerTypes ( _
iCountViewMarkerOnly As UInteger, _
rgViewMarkerOnly As UInteger() _
) As Integer
int AppendViewOnlyMarkerTypes(
uint iCountViewMarkerOnly,
uint[] rgViewMarkerOnly
)
int AppendViewOnlyMarkerTypes(
[InAttribute] unsigned int iCountViewMarkerOnly,
[InAttribute] array<unsigned int>^ rgViewMarkerOnly
)
abstract AppendViewOnlyMarkerTypes :
iCountViewMarkerOnly:uint32 *
rgViewMarkerOnly:uint32[] -> int
function AppendViewOnlyMarkerTypes(
iCountViewMarkerOnly : uint,
rgViewMarkerOnly : uint[]
) : int
Parametri
- iCountViewMarkerOnly
Tipo: UInt32
- rgViewMarkerOnly
Tipo: array<UInt32[]
Valore restituito
Tipo: Int32
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.