FederationMessage.RemoveParameter(String) 方法
定义
从参数字典中移除参数。Removes a parameter from the parameters dictionary.
public:
void RemoveParameter(System::String ^ parameter);
public void RemoveParameter (string parameter);
member this.RemoveParameter : string -> unit
Public Sub RemoveParameter (parameter As String)
参数
- parameter
- String
要移除的参数的名称。The name of the parameter to remove.
例外
parameter 为 null 或空字符串。parameter is null or an empty string.
注解
通过属性访问参数字典 Parameters 。The parameters dictionary is accessed through the Parameters property.