IReferenceArray<T>.Value Property

Definition

Gets the type that is represented as an IPropertyValue array.

public:
 property Platform::Array <T> ^ Value { Platform::Array <T> ^ get(); };
winrt::array_view <T> Value();
public T[] Value { get; }
Public ReadOnly Property Value As T()

Property Value

T[]

The type.

Applies to

See also