ICustomProperty.GetIndexedValue(Object, Object) 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 value at an index location, for cases where the custom property has indexer support.
public:
Platform::Object ^ GetIndexedValue(Platform::Object ^ target, Platform::Object ^ index);
IInspectable GetIndexedValue(IInspectable const& target, IInspectable const& index);
public object GetIndexedValue(object target, object index);
function getIndexedValue(target, index)
Public Function GetIndexedValue (target As Object, index As Object) As Object
Parameters
- target
-
Object
Platform::Object
IInspectable
The owning instance.
- index
-
Object
Platform::Object
IInspectable
The index to get.
Returns
The retrieved value at the index.