IppAttributeValue.CreateNameWithLanguageArray 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 createNameWithLanguage
attributes with the specified values.
public:
static IppAttributeValue ^ CreateNameWithLanguageArray(IIterable<IppTextWithLanguage ^> ^ values);
static IppAttributeValue CreateNameWithLanguageArray(IIterable<IppTextWithLanguage> const& values);
public static IppAttributeValue CreateNameWithLanguageArray(IEnumerable<IppTextWithLanguage> values);
function createNameWithLanguageArray(values)
Public Shared Function CreateNameWithLanguageArray (values As IEnumerable(Of IppTextWithLanguage)) As IppAttributeValue
Parameters
The values of the array of createNameWithLanguage
attributes.
Returns
The new IppAttributeValue object.