NameResolutionCollection.IncludesAllResolutions Property
Definition
Important
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.
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).