PropertyEntryCollection.Item[String] Özellik

Tanım

Bu koleksiyondan belirtilen ada sahip bir PropertyEntry örneği alır. Alt özellik alma için kullanılır.

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

Parametreler

propertyName
String

Alınacak özelliğin adı.

Özellik Değeri

Belirtilen ada sahip bir özellik giriş örneği; veya null yoksa.

Şunlara uygulanır