WpfBrowser.GetDocumentContainingId(HTMLDocument, String) 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.
Gets the document containing the requested ID.
public:
virtual mshtml::HTMLDocument ^ GetDocumentContainingId(mshtml::HTMLDocument ^ doc, System::String ^ id);
public mshtml.HTMLDocument GetDocumentContainingId (mshtml.HTMLDocument doc, string id);
abstract member GetDocumentContainingId : mshtml.HTMLDocument * string -> mshtml.HTMLDocument
override this.GetDocumentContainingId : mshtml.HTMLDocument * string -> mshtml.HTMLDocument
Public Function GetDocumentContainingId (doc As HTMLDocument, id As String) As HTMLDocument
Parameters
- doc
- HTMLDocument
Specifies the document.
- id
- String
Specifies the ID.