NameResolutionCollection.IncludesAllResolutions Property

Definition

Gets a value that indicates whether more suggested resolutions are available.

public:
 property bool IncludesAllResolutions { bool get(); };
public bool IncludesAllResolutions { get; }
Public ReadOnly Property IncludesAllResolutions As Boolean

Property Value

true if there are more than 100 matching resolutions; otherwise, false.

Remarks

The ResolveName(String) method returns a maximum of 100 name resolutions. When IncludesAllResolutions is false, there were more than 100 matching names. To narrow the search, provide a more precise name to ResolveName(String).

Applies to