次の方法で共有


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

定義

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

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

適用対象