ISupportsNativeObject Interface
A test object that supports accessing the native application object.

C# Syntax

public interface ISupportsNativeObject 
Public Properties
 NameDescription
PropertyNativeObjectReturns the native application object that is represented by this test object instance, enabling you to access the native properties and methods provided by that object.  
Top