In This Article

IStructureMatchResultSet Interface

Provides the base requirements for a class that stores the results of a structure match operation.

public interface IStructureMatchResultSet

Properties

Results

The collection of IStructureMatchResult objects.

IStructureMatchResultCollection Results { get; }

Property Value

IStructureMatchResultCollection

Extension Methods