VsTeXProject.VisualStudio.Project.ProjectNode.OnOpenItem C# (CSharp) Method

OnOpenItem() public method

Called when the project opens an editor window for the given file
public OnOpenItem ( string fullPathToSourceFile ) : void
fullPathToSourceFile string
return void
        public virtual void OnOpenItem(string fullPathToSourceFile)
        {
        }
ProjectNode