In This Article

IStructureMatchOptions Interface

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

public interface IStructureMatchOptions

Properties

IsNavigationRequest

Gets or sets whether the structure match is being performed for a navigation request.

bool IsNavigationRequest { get; set; }

Property Value

bool:

true if the structure match is being performed for a navigation request; otherwise, false.

Remarks

When the operating is being performed for a navigation request, the match algorithm may want to be more liberal with its match algorithm.