IVsTextViewEx.RemoveViewOnlyMarkerTypes, méthode
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop.8.0 (dans Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntaxe
'Déclaration
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
Paramètres
- iCountViewMarkerOnly
Type : UInt32
- rgViewMarkerOnly
Type : array<UInt32[]
Valeur de retour
Type : Int32
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.