HostFileParameterCollection.Add Method

Definition

Overloads

Add(HostFileParameter)
Add(Object)

Add(HostFileParameter)

public:
 int Add(Microsoft::HostIntegration::MsHostFileClient::HostFileParameter ^ value);
public int Add (Microsoft.HostIntegration.MsHostFileClient.HostFileParameter value);
override this.Add : Microsoft.HostIntegration.MsHostFileClient.HostFileParameter -> int
Public Function Add (value As HostFileParameter) As Integer

Parameters

Returns

Int32

Applies to

Add(Object)

public:
 override int Add(System::Object ^ value);
public override int Add (object value);
override this.Add : obj -> int
Public Overrides Function Add (value As Object) As Integer

Parameters

value
Object

Returns

Int32

Applies to