MS.Internal.Xml.Cache.XPathNode.GetRoot C# (CSharp) 메소드

GetRoot() 공개 메소드

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