IppAttributeValue.CreateUriSchemaArray(IIterable<String>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建一个 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
参数
特性数组 uriScheme
的值。
返回
新的 IppAttributeValue 对象。