CategoryEntry.Item Property
When overridden in a derived class, gets the specified property.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Default Property Item ( _
propertyName As String _
) As PropertyEntry
Get
public abstract PropertyEntry this[
string propertyName
] { get; }
public:
virtual property PropertyEntry^ default[String^ propertyName] {
PropertyEntry^ get (String^ propertyName) abstract;
}
abstract Item : PropertyEntry
JScript does not support indexed properties.
Parameters
- propertyName
Type: System.String
The name of the property to return.
Property Value
Type: Microsoft.Windows.Design.PropertyEditing.PropertyEntry
The property specified by propertyName.
Remarks
This property acts as an indexer for the Properties property.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design.PropertyEditing Namespace