Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns whether this scorable wants to participate in scoring this item.
public bool HasScore (Item item, object state);
abstract member HasScore : 'Item * obj -> bool
Public Function HasScore (item As Item, state As Object) As Boolean