다음을 통해 공유


VSTREEDISPLAYDATA.ForceSelectStart Field

Start of the part of the item to always select (for showing search hits).

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

Syntax

‘선언
Public ForceSelectStart As UShort
‘사용 방법
Dim instance As VSTREEDISPLAYDATA
Dim value As UShort

value = instance.ForceSelectStart

instance.ForceSelectStart = value
public ushort ForceSelectStart
public:
unsigned short ForceSelectStart
val mutable ForceSelectStart: uint16
public var ForceSelectStart : ushort

Remarks

COM Signature

From vsshell.idl:

.NET Framework Security

See Also

Reference

VSTREEDISPLAYDATA Structure

VSTREEDISPLAYDATA Members

Microsoft.VisualStudio.Shell.Interop Namespace