HtmlDocument.FrameDocument Property
Gets a value that indicates whether this HTML document control resides in a frame.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property FrameDocument As Boolean
public virtual bool FrameDocument { get; }
public:
virtual property bool FrameDocument {
bool get ();
}
abstract FrameDocument : bool with get
override FrameDocument : bool with get
function get FrameDocument () : boolean
Property Value
Type: Boolean
true if this HTML document control resides in a frame; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace