次の方法で共有


IppAttributeValue.CreateUriArray(IIterable<Uri>) メソッド

定義

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

public:
 static IppAttributeValue ^ CreateUriArray(IIterable<Uri ^> ^ values);
 static IppAttributeValue CreateUriArray(IIterable<Uri> const& values);
public static IppAttributeValue CreateUriArray(IEnumerable<System.Uri> values);
function createUriArray(values)
Public Shared Function CreateUriArray (values As IEnumerable(Of Uri)) As IppAttributeValue

パラメーター

values

IIterable<Uri>

IEnumerable<Uri>

属性の配列の uri 値。

戻り値

新しい IppAttributeValue オブジェクト。

適用対象