PropertyValueCollection.Item[Int32] 속성

정의

지정된 인덱스의 컬렉션에서 PropertyValue를 반환합니다.

public:
 abstract property System::Activities::Presentation::PropertyEditing::PropertyValue ^ default[int] { System::Activities::Presentation::PropertyEditing::PropertyValue ^ get(int index); };
public abstract System.Activities.Presentation.PropertyEditing.PropertyValue this[int index] { get; }
member this.Item(int) : System.Activities.Presentation.PropertyEditing.PropertyValue
Default Public MustOverride ReadOnly Property Item(index As Integer) As PropertyValue

매개 변수

index
Int32

반환될 항목의 인덱스입니다.

속성 값

PropertyValue

해당 인덱스에 있는 PropertyValue입니다.

적용 대상