IReferenceArray<T>.Value Property
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 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.