IVsTextOut Interface

Exposes the core editor's unicode text measurement and display methods. Implemented by the environment.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

‘선언
<GuidAttribute("2BD8D42F-5BC5-4B7F-AB50-FE9310F2FE53")> _
<InterfaceTypeAttribute()> _
Public Interface IVsTextOut
‘사용 방법
Dim instance As IVsTextOut
[GuidAttribute("2BD8D42F-5BC5-4B7F-AB50-FE9310F2FE53")]
[InterfaceTypeAttribute()]
public interface IVsTextOut
[GuidAttribute(L"2BD8D42F-5BC5-4B7F-AB50-FE9310F2FE53")]
[InterfaceTypeAttribute()]
public interface class IVsTextOut
[<GuidAttribute("2BD8D42F-5BC5-4B7F-AB50-FE9310F2FE53")>]
[<InterfaceTypeAttribute()>]
type IVsTextOut =  interface end
public interface IVsTextOut

Remarks

Implemented by the Environment for Unicode text measurement and display. Exposes the core editor's extended Unicode text measurement and display functionality. Compensates for defects in the Win9x W text APIs.

See Also

Reference

IVsTextOut Members

Microsoft.VisualStudio.Shell.Interop Namespace