VsTeXProject.VisualStudio.Project.BuildDependency.get_HelpContext C# (CSharp) 메소드

get_HelpContext() 개인적인 메소드

private get_HelpContext ( uint &helpContext ) : int
helpContext uint
리턴 int
        public int get_HelpContext(out uint helpContext)
        {
            helpContext = 0;
            return VSConstants.E_NOTIMPL;
        }