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