IppAttributeValue.CreateNaturalLanguageArray(IIterable<String>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an IppAttributeValue object that contains an array of naturalLanguage
attributes with the specified values.
public:
static IppAttributeValue ^ CreateNaturalLanguageArray(IIterable<Platform::String ^> ^ values);
static IppAttributeValue CreateNaturalLanguageArray(IIterable<winrt::hstring> const& values);
public static IppAttributeValue CreateNaturalLanguageArray(IEnumerable<string> values);
function createNaturalLanguageArray(values)
Public Shared Function CreateNaturalLanguageArray (values As IEnumerable(Of String)) As IppAttributeValue
Parameters
The values of the array of naturalLanguage
attributes.
Returns
The new IppAttributeValue object.