Microsoft.VisualStudio.Project.ProjectNode.GetFormatList C# (CSharp) 메소드

GetFormatList() 공개 메소드

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