VsTeXProject.VisualStudio.Project.BuildDependency.get_HelpContext C# (CSharp) Method

get_HelpContext() private method

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