Microsoft.VisualStudio.Project.ProjectNode.AddWebReference C# (CSharp) Method

AddWebReference() protected method

Handles the Add web reference command.
protected AddWebReference ( ) : int
return int
        protected internal virtual int AddWebReference()
        {
            return (int)OleConstants.OLECMDERR_E_NOTSUPPORTED;
        }
ProjectNode