Metodo IVsTextViewEx.RemoveViewOnlyMarkerTypes
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 RemoveViewOnlyMarkerTypes ( _
iCountViewMarkerOnly As UInteger, _
rgViewMarkerOnly As UInteger() _
) As Integer
int RemoveViewOnlyMarkerTypes(
uint iCountViewMarkerOnly,
uint[] rgViewMarkerOnly
)
int RemoveViewOnlyMarkerTypes(
[InAttribute] unsigned int iCountViewMarkerOnly,
[InAttribute] array<unsigned int>^ rgViewMarkerOnly
)
abstract RemoveViewOnlyMarkerTypes :
iCountViewMarkerOnly:uint32 *
rgViewMarkerOnly:uint32[] -> int
function RemoveViewOnlyMarkerTypes(
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.