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);
        }