PropertyValueCollection.Item Property
When overridden in a derived class, gets the PropertyValue at the specified index.
Namespace: Microsoft.Windows.Design.PropertyEditing
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Default Property Item ( _
index As Integer _
) As PropertyValue
Get
public abstract PropertyValue this[
int index
] { get; }
public:
virtual property PropertyValue^ default[int index] {
PropertyValue^ get (int index) abstract;
}
abstract Item : PropertyValue
JScript does not support indexed properties.
Parameters
- index
Type: System.Int32
The index of a PropertyValue in the collection.
Property Value
Type: Microsoft.Windows.Design.PropertyEditing.PropertyValue
The PropertyValue at the specified index.
.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