PropertyEntryCollection.Item[String] 속성

정의

PropertyEntry 이 컬렉션에서 지정된 이름의 인스턴스를 가져옵니다. 하위 속성 검색에 사용됩니다.

public:
 abstract property System::Activities::Presentation::PropertyEditing::PropertyEntry ^ default[System::String ^] { System::Activities::Presentation::PropertyEditing::PropertyEntry ^ get(System::String ^ propertyName); };
public abstract System.Activities.Presentation.PropertyEditing.PropertyEntry this[string propertyName] { get; }
member this.Item(string) : System.Activities.Presentation.PropertyEditing.PropertyEntry
Default Public MustOverride ReadOnly Property Item(propertyName As String) As PropertyEntry

매개 변수

propertyName
String

가져올 속성의 이름입니다.

속성 값

지정된 이름의 속성 항목 인스턴스입니다. 또는 null 존재하지 않는 경우

적용 대상