IppAttributeValue.CreateKeywordArray(IIterable<String>) 方法

定义

创建一个 IppAttributeValue 对象,该对象包含具有指定值的属性数组 keyword

public:
 static IppAttributeValue ^ CreateKeywordArray(IIterable<Platform::String ^> ^ values);
 static IppAttributeValue CreateKeywordArray(IIterable<winrt::hstring> const& values);
public static IppAttributeValue CreateKeywordArray(IEnumerable<string> values);
function createKeywordArray(values)
Public Shared Function CreateKeywordArray (values As IEnumerable(Of String)) As IppAttributeValue

参数

values

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

特性数组 keyword 的值。

返回

新的 IppAttributeValue 对象。

适用于