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

GetFormatList() public method

public GetFormatList ( string &formatlist ) : int
formatlist string
return int
        public virtual int GetFormatList(out string formatlist)
        {
            formatlist = String.Empty;
            return VSConstants.S_OK;
        }
ProjectNode