MS.Internal.Xml.Cache.XPathNode.GetRoot C# (CSharp) Méthode

GetRoot() public méthode

Returns the root node of the current document. This always succeeds.
public GetRoot ( XPathNode &pageNode ) : int
pageNode XPathNode
Résultat int
        public int GetRoot(out XPathNode[] pageNode) {
            return this.info.Document.GetRootNode(out pageNode);
        }