ICustomProperty.GetIndexedValue(Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得索引位置的值,例如自訂屬性具有索引子支援的情況。
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
參數
- target
-
Object
Platform::Object
IInspectable
擁有實例。
- index
-
Object
Platform::Object
IInspectable
要取得的索引。
傳回
索引處的擷取值。