Microsoft.VisualStudio.Project.ProjectNode.GetFormatList C# (CSharp) Méthode

GetFormatList() public méthode

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