System.Xml.Xsl.Runtime.RtfNavigator.MoveToId C# (CSharp) 메소드

MoveToId() 공개 메소드

Position to the navigator to the element whose id is equal to the specified "id" string.
public MoveToId ( string id ) : bool
id string
리턴 bool
        public override bool MoveToId(string id) {
            throw new NotSupportedException();
        }