Share via


IUIAutomationProxyFactoryEntry::AllowSubstringMatch Property

Sets or retrieves a value that specifies whether the proxy allows substring matching.

Syntax

HRESULT IUIAutomationProxyFactoryEntry::get_AllowSubstringMatch(BOOL *pallowSubstringMatch);
HRESULT IUIAutomationProxyFactoryEntry::put_AllowSubstringMatch(BOOL allowSubstringMatch);

Parameters

  • pallowSubstringMatch
    The address of a variable that receives the value of the property: TRUE to specify that substring matching is allowed, otherwise FALSE.
  • allowSubstringMatch
    The new value of the property: TRUE to specify that substring matching is allowed, otherwise FALSE.

Return Value

Returns S_OK if successful, or an error value otherwise.