SemanticProperty.GetAllValues method

Gets all properties associated with a certain semantic property name.

Syntax

public IReadOnlyList<object> GetAllValues()
Public Function GetAllValues() As IReadOnlyList(Of Object)
public:
IVectorView<Object^>^ GetAllValues()

Parameters

This method has no parameters.

Return value

Type: IVectorView<Object> [C++] | System.Collections.Generic.IReadOnlyList<Object> [.NET]

All properties associated with a certain semantic property name.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Speech.Recognition Windows::Phone::Speech::Recognition [C++]

Metadata

Windows.WinMD

Capabilities

ID_CAP_SPEECH_RECOGNITION [Windows Phone] ID_CAP_MICROPHONE [Windows Phone] ID_CAP_NETWORKING [Windows Phone]

See also

SemanticProperty