VsTeXProject.TeXProjectNode.GetAutomationObject C# (CSharp) 메소드

GetAutomationObject() 공개 메소드

Returns an automation object representing this node
public GetAutomationObject ( ) : object
리턴 object
        public override object GetAutomationObject()
        {
            return new OaTeXProject(this);
        }