Freigeben über


IVsAtomicTextProvider.GetAtomGlyphWidth-Methode

Ruft die Breite des Symbols ab.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntax

'Declaration
Function GetAtomGlyphWidth ( _
    iPixSpaceWidth As Integer, _
    <OutAttribute> ByRef pGlyphPix As Integer _
) As Integer
int GetAtomGlyphWidth(
    int iPixSpaceWidth,
    out int pGlyphPix
)
int GetAtomGlyphWidth(
    [InAttribute] int iPixSpaceWidth, 
    [OutAttribute] int% pGlyphPix
)
abstract GetAtomGlyphWidth : 
        iPixSpaceWidth:int * 
        pGlyphPix:int byref -> int
function GetAtomGlyphWidth(
    iPixSpaceWidth : int, 
    pGlyphPix : int
) : int

Parameter

  • iPixSpaceWidth
    Typ: Int32

    [in]

  • pGlyphPix
    Typ: Int32%

    [out] Die Breite des Symbols in Pixel.

Rückgabewert

Typ: Int32
Wenn die Methode erfolgreich ausgeführt, gibt sie S_OKzurück.Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Von textmgr2.idl:

HRESULT IVsAtomicTextProvider::GetAtomGlyphWidth(
   [in] long iPixSpaceWidth,
   [out] long *pGlyphPix
);

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsAtomicTextProvider Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace