作者:VB.NET开发
项目:System.Windows.Automation.Provide
''' <summary>
''' Specifies whether the list must have an item selected at all times.
''' </summary>
Private ReadOnly Property IsSelectionRequired() As Boolean Implements ISelectionProvider.IsSelectionRequired
Get
Return True
End Get
End Property