Share via


ValidationResults.FindAll Method

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Returns a new instance of ValidationResults that includes the results from the receiver that match the provided tag names.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Validation
Assembly:  Microsoft.Practices.EnterpriseLibrary.Validation (in Microsoft.Practices.EnterpriseLibrary.Validation.dll)

Syntax

'Declaration
PublicFunctionFindAll ( _
    tagFilterAs TagFilter, _
    ParamArraytagsAs String() _
) As ValidationResults
public ValidationResults FindAll(
    TagFilter tagFilter,
    params string[] tags
)
public:
ValidationResults^ FindAll(
    TagFilter tagFilter, 
    ... array<String^>^ tags
)
publicfunctionFindAll(
    tagFilter : TagFilter, 
    ... tags : String[]
) : ValidationResults

Parameters

  • tags
    Type: array<System.String>
    The list of tag names to match.

Return Value

A ValidationResults containing the filtered results.

See Also

ValidationResults Class

Microsoft.Practices.EnterpriseLibrary.Validation Namespace

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.