Public Enum ExclusionType Inherits System.Enum
Dim instance As ExclusionType
public enum ExclusionType : System.Enum
public enum class ExclusionType : public System.Enum
Public Enum ExclusionType Inherits System.Enum
Dim instance As ExclusionType
public enum ExclusionType : System.Enum
public enum class ExclusionType : public System.Enum
Member | Description |
---|---|
Contains | The line contains the text |
EndsWith | The line ends with the text |
RegularExpression | The line matches the regular expression |
StartsWith | The line starts with the text |
System.Object
System.ValueType
System.Enum
KellermanSoftware.WhatsChanged.ExclusionType
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