Skip to content

Commit

Permalink
Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
lonitra committed Nov 15, 2023
1 parent ee12e07 commit 3c07367
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1769,7 +1769,7 @@ public void ListViewItemAccessibleObject_GetPropertyValue_CanSelectMultiple()
var actual = listViewAccessibleObject.GetPropertyValue(UIA_PROPERTY_ID.UIA_SelectionCanSelectMultiplePropertyId);
Assert.True((bool)actual);

UiaCore.ISelectionProvider provider = listViewAccessibleObject;
Interop.UiaCore.ISelectionProvider provider = listViewAccessibleObject;
Assert.True((bool)provider.CanSelectMultiple);
}
}
Expand Down

0 comments on commit 3c07367

Please sign in to comment.