HostFileParameterCollection.Remove Method
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
| Remove(HostFileParameter) | |
| Remove(Object) |
Remove(HostFileParameter)
public:
bool Remove(Microsoft::HostIntegration::MsHostFileClient::HostFileParameter ^ value);
public bool Remove (Microsoft.HostIntegration.MsHostFileClient.HostFileParameter value);
override this.Remove : Microsoft.HostIntegration.MsHostFileClient.HostFileParameter -> bool
Public Function Remove (value As HostFileParameter) As Boolean
Parameters
- value
- HostFileParameter
Returns
Applies to
Remove(Object)
public:
override void Remove(System::Object ^ value);
public override void Remove (object value);
override this.Remove : obj -> unit
Public Overrides Sub Remove (value As Object)
Parameters
- value
- Object