PropertyEntryCollection.Item Property
When overridden in a derived class, gets a PropertyEntry from this collection of the specified name.
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.
Property Value
Type: Microsoft.Windows.Design.PropertyEditing.PropertyEntry
A PropertyEntry instance of the specified name or nulla null reference (Nothing in Visual Basic) if it does not exist.
Remarks
This property is used for sub-property retrieval.
.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