VSTREEDISPLAYDATA.ForceSelectLength Field

Length of forced selection.

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

Syntax

'宣言
Public ForceSelectLength As UShort
'使用
Dim instance As VSTREEDISPLAYDATA
Dim value As UShort

value = instance.ForceSelectLength

instance.ForceSelectLength = value
public ushort ForceSelectLength
public:
unsigned short ForceSelectLength
public var ForceSelectLength : ushort

Field Value

Type: System.UInt16

Remarks

COM Signature

From vsshell.idl:

Permissions

See Also

Reference

VSTREEDISPLAYDATA Structure

VSTREEDISPLAYDATA Members

Microsoft.VisualStudio.Shell.Interop Namespace