MsIfmxParameterCollection.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[String] | |
| Item[Int32] |
Item[String]
public:
property Microsoft::HostIntegration::MsIfmxClient::MsIfmxParameter ^ default[System::String ^] { Microsoft::HostIntegration::MsIfmxClient::MsIfmxParameter ^ get(System::String ^ parameterName); void set(System::String ^ parameterName, Microsoft::HostIntegration::MsIfmxClient::MsIfmxParameter ^ value); };
[System.ComponentModel.Browsable(false)]
public Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter this[string parameterName] { get; set; }
member this.Item(string) : Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter with get, set
Default Public Property Item(parameterName As String) As MsIfmxParameter
Parameters
- parameterName
- String
Property Value
- Attributes
Applies to
Item[Int32]
public:
property Microsoft::HostIntegration::MsIfmxClient::MsIfmxParameter ^ default[int] { Microsoft::HostIntegration::MsIfmxClient::MsIfmxParameter ^ get(int index); void set(int index, Microsoft::HostIntegration::MsIfmxClient::MsIfmxParameter ^ value); };
[System.ComponentModel.Browsable(false)]
public Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter this[int index] { get; set; }
member this.Item(int) : Microsoft.HostIntegration.MsIfmxClient.MsIfmxParameter with get, set
Default Public Property Item(index As Integer) As MsIfmxParameter
Parameters
- index
- Int32
Property Value
- Attributes