IppAttributeValue.CreateKeywordArray(IIterable<String>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立 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
參數
keyword屬性值。
傳回
新的 IppAttributeValue 物件。