Share via


VsDebugStartupInfo.dwYCountChars Field

The height of the window, in character rows.

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

Syntax

'Declaration
Public dwYCountChars As UInteger
public uint dwYCountChars
public:
unsigned int dwYCountChars
val mutable dwYCountChars: uint32
public var dwYCountChars : uint

Remarks

This field is equivalent to dwYCountChars in STARTUPINFO (defined in winbase.h).

.NET Framework Security

See Also

Reference

VsDebugStartupInfo Structure

Microsoft.VisualStudio.Shell.Interop Namespace