ColumnHashSetFilter.ExcludedContains(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
测试以查看中是否包含特定的字符串值 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
要测试的值。
返回
如果 value 在排除的字符串列表中,则为 true。