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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.