次の方法で共有


XppPrePostArgs.existsArg(String) Method

Definition

Checks the existence of the publisher's argument by name.

public:
 bool existsArg(System::String ^ fieldName);
public bool existsArg (string fieldName);
member this.existsArg : string -> bool
Public Function existsArg (fieldName As String) As Boolean

Parameters

fieldName
String

Returns

A Boolean data type value that indicates whether the specified argument exists.

Remarks

Argument names are case insensitive.

Applies to