次の方法で共有


IppAttributeValue.CreateKeywordArray(IIterable<String>) メソッド

定義

指定した値を持つ属性のkeyword配列を含む IppAttributeValue オブジェクトを作成します。

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 オブジェクト。

適用対象