IppAttributeValue.GetNaturalLanguageArray 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.
Gets the array of naturalLanguage
attributes that are contained in the current IppAttributeValue object.
public:
virtual IVector<Platform::String ^> ^ GetNaturalLanguageArray() = GetNaturalLanguageArray;
IVector<winrt::hstring> GetNaturalLanguageArray();
public IList<string> GetNaturalLanguageArray();
function getNaturalLanguageArray()
Public Function GetNaturalLanguageArray () As IList(Of String)
Returns
The array of naturalLanguage
attributes.