MsIfmxParameterCollection.RemoveAt Method
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.
public:
override void RemoveAt(int index);
C#
public override void RemoveAt (int index);
override this.RemoveAt : int -> unit
Public Overrides Sub RemoveAt (index As Integer)
Parameters
- index
- Int32
Applies to
Host Integration Server 2016
Product | Versions |
---|---|
Host Integration Server | 2016 |
public:
override void RemoveAt(System::String ^ parameterName);
C#
public override void RemoveAt (string parameterName);
override this.RemoveAt : string -> unit
Public Overrides Sub RemoveAt (parameterName As String)
Parameters
- parameterName
- String
Applies to
Host Integration Server 2016
Product | Versions |
---|---|
Host Integration Server | 2016 |