作者:VB.NET开发
项目:System.Windows.Automation.Provide
''' <summary>
''' Specifies whether selection of more than one item at a time is supported.
''' </summary>
Private ReadOnly Property CanSelectMultiple() As Boolean Implements ISelectionProvider.CanSelectMultiple
Get
Return False
End Get
End Property