Share via


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

'Declaration
Public ForceSelectStart As UShort
'Usage
Dim instance As VSTREEDISPLAYDATA 
Dim value As UShort 

value = instance.ForceSelectStart 

instance.ForceSelectStart = value
public ushort ForceSelectStart
public:
unsigned short ForceSelectStart
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