言語

CategoryEntry.Item[String] プロパティ

定義

プロパティ名を指定して、この CategoryEntry オブジェクトのプロパティ インスタンスを返します。

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

適用対象