IppAttributeValue.CreateTextWithoutLanguageArray Method

Definition

Creates an IppAttributeValue object that contains an array of textWithoutLanguage attributes with the specified values.

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

Parameters

values

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

The values of the array of textWithoutLanguage attributes.

Returns

The new IppAttributeValue object.

Applies to