VsTextImageClass.GetCharSize, méthode
Retourne le nombre de personnages dans l'image de texte.
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
Public Overridable Function GetCharSize ( _
<OutAttribute> ByRef pcch As Integer _
) As Integer
public virtual int GetCharSize(
out int pcch
)
public:
virtual int GetCharSize(
[OutAttribute] int% pcch
)
abstract GetCharSize :
pcch:int byref -> int
override GetCharSize :
pcch:int byref -> int
public function GetCharSize(
pcch : int
) : int
Paramètres
pcch
Type : Int32%[out] pointeur à un nombre de caractères de l'image de texte.
Valeur de retour
Type : Int32
Implémentations
IVsTextImage.GetCharSize(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.