DdaCollection.Item[] Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Item[Int32] |
Gets the DdaBindings at the specified index. |
Item[String] |
Gets the DdaBindings with the specified prefix. |
Item[Int32]
Gets the DdaBindings at the specified index.
public:
property Microsoft::Uii::Common::DdaBindings ^ default[int] { Microsoft::Uii::Common::DdaBindings ^ get(int index); };
public Microsoft.Uii.Common.DdaBindings this[int index] { get; }
member this.Item(int) : Microsoft.Uii.Common.DdaBindings
Default Public ReadOnly Property Item(index As Integer) As DdaBindings
Parameters
- index
- Int32
Property Value
The DdaBindings.
Applies to
Item[String]
Gets the DdaBindings with the specified prefix.
public:
property Microsoft::Uii::Common::DdaBindings ^ default[System::String ^] { Microsoft::Uii::Common::DdaBindings ^ get(System::String ^ prefix); };
public Microsoft.Uii.Common.DdaBindings this[string prefix] { get; }
member this.Item(string) : Microsoft.Uii.Common.DdaBindings
Default Public ReadOnly Property Item(prefix As String) As DdaBindings
Parameters
- prefix
- String
Property Value
The DdaBindings.