What's Changed?
ExcludedText Constructor(String,ExclusionType)



KellermanSoftware.WhatsChanged Namespace > ExcludedText Class > ExcludedText Constructor : ExcludedText Constructor(String,ExclusionType)
The text to exclude
The type of exclusion
Initialize the text and the exclusion type
Syntax
Public Function New( _
   ByVal text As String, _
   ByVal type As ExclusionType _
)
Dim text As String
Dim type As ExclusionType
 
Dim instance As New ExcludedText(text, type)
public ExcludedText( 
   string text,
   ExclusionType type
)
public:
ExcludedText( 
   String^ text,
   ExclusionType type
)

Parameters

text
The text to exclude
type
The type of exclusion
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ExcludedText Class
ExcludedText Members
Overload List