InternalTestHooks.SetTestHook 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
SetTestHook(String, Boolean) |
This member is used for internal test purposes. |
SetTestHook(String, Object) |
This member is used for internal test purposes. |
SetTestHook(String, Boolean)
This member is used for internal test purposes.
public:
static void SetTestHook(System::String ^ property, bool value);
public:
static void SetTestHook(Platform::String ^ property, bool value);
static void SetTestHook(std::wstring const & property, bool value);
public static void SetTestHook (string property, bool value);
static member SetTestHook : string * bool -> unit
Public Shared Sub SetTestHook (property As String, value As Boolean)
Parameters
- property
- String
- value
- Boolean
Applies to
SetTestHook(String, Object)
This member is used for internal test purposes.
public:
static void SetTestHook(System::String ^ property, System::Object ^ value);
public:
static void SetTestHook(Platform::String ^ property, Platform::Object ^ value);
static void SetTestHook(std::wstring const & property, winrt::Windows::Foundation::IInspectable const & value);
public static void SetTestHook (string property, object value);
static member SetTestHook : string * obj -> unit
Public Shared Sub SetTestHook (property As String, value As Object)
Parameters
- property
- String
- value
- Object