IppAttributeValue.CreateUriSchemaArray(IIterable<String>) 方法

定义

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

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

参数

values

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

特性数组 uriScheme 的值。

返回

新的 IppAttributeValue 对象。

适用于