CategoryEntry.Item Property

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

Returns a property instance of this [System.Activities.Design.PropertyEditing.CategoryEntry] object given the property name.

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 CategoryEntry
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 string property name for which to return a property instance.

Property Value

Type: System.Activities.Design.PropertyEditing.PropertyEntry
The property corresponding to the property name parameter if one exists; otherwise, nulla null reference (Nothing in Visual Basic).

.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

CategoryEntry Class

CategoryEntry Members

System.Activities.Design.PropertyEditing Namespace