VsTeXProject.TeXProjectNode.GetAutomationObject C# (CSharp) Method

GetAutomationObject() public method

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