Click or drag to resize
Sandcastle Help File BuilderMemberIdMatchExpression Properties

The MemberIdMatchExpression type exposes the following members.

Properties
  NameDescription
Public propertyMatchAsRegEx
Match and replace the member ID using a regular expression
Public propertyMatchExpression
The member ID expression to match
Public propertyRegularExpression
This read-only property returns a Regex for the expression if it should be matched as a regular expression or null if not.
Public propertyReplacementValue
The replacement member ID value
Top
See Also