ColumnHashSetFilter.ExcludedContains(String) 方法

定义

测试以查看中是否包含特定的字符串值 Excluded

public:
 bool ExcludedContains(System::String ^ value);
public:
 bool ExcludedContains(Platform::String ^ value);
bool ExcludedContains(std::wstring const & value);
public bool ExcludedContains (string value);
member this.ExcludedContains : string -> bool
Public Function ExcludedContains (value As String) As Boolean

参数

value
String

要测试的值。

返回

Boolean

如果 value 在排除的字符串列表中,则为 true。

适用于