XDocument.GetDocument Method | |
Find an open XDocument object by its unique handle
Namespace:
XSharp.XPP
Assembly:
XSharp.XPP (in XSharp.XPP.dll) Version: 2.21
Syntax STATIC METHOD GetDocument(
nHandle AS INT64
) AS XDocument
public static XDocument GetDocument(
long nHandle
)
Request Example
View SourceParameters
- nHandle
- Type: Int64
Return Value
Type:
XDocumentSee Also