PropertyEntryCollection.Item Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets a PropertyEntry instance with the specified name from this collection. It is used for sub-property retrieval.

Namespace:  System.Activities.Design.PropertyEditing
Assembly:  System.Activities.Design.Base (in System.Activities.Design.Base.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property Item ( _
    propertyName As String _
) As PropertyEntry
    Get
'Usage
Dim instance As PropertyEntryCollection
Dim propertyName As String
Dim value As PropertyEntry

value = instance.Item(propertyName)
public abstract PropertyEntry this[
    string propertyName
] { get; }
public:
virtual property PropertyEntry^ Item[String^ propertyName] {
    PropertyEntry^ get (String^ propertyName) abstract;
}
JScript does not support indexed properties.
abstract Item : PropertyEntry

Parameters

  • propertyName
    Type: System.String
    The name of the specified property.

Property Value

Type: System.Activities.Design.PropertyEditing.PropertyEntry
A property entry instance of the specified name; or nulla null reference (Nothing in Visual Basic) if it does not exist.

.NET Framework Security

Platforms

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Framework

Supported in: 4

See Also

Reference

PropertyEntryCollection Class

PropertyEntryCollection Members

System.Activities.Design.PropertyEditing Namespace