ICustomProperty.GetIndexedValue(Object, Object) 메서드

정의

사용자 지정 속성에 인덱서 지원이 있는 경우 인덱스 위치의 값을 가져옵니다.

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

소유 instance.

index
Object

Platform::Object

IInspectable

가져올 인덱스입니다.

반환

Object

Platform::Object

IInspectable

인덱스에서 검색된 값입니다.

적용 대상