Checks if an action within the collection exists with the specified name.
[Visual Basic 6.0] Function ActionNameExists(
ByVal bstrName As String _
) As Boolean
[Visual Basic .NET] Public Function ActionNameExists ( _ ByVal bstrName As String _ ) As Boolean
[C#] public bool ActionNameExists ( string bstrName );
[Java] public Boolean actionNameExists ( String bstrName ) throws IOException, AutomationException
[C++]
HRESULT ActionNameExists(
BSTR bstrName,
VARIANT_BOOL* bNameExists
);
Parameters
bstrName [in]
bstrName is a parameter of type BSTR
bNameExists [out, retval]
bNameExists is a parameter of type VARIANT_BOOL