Microsoft.VisualStudio.Project.BuildDependency.get_MustUpdateBefore C# (CSharp) Method

get_MustUpdateBefore() public method

public get_MustUpdateBefore ( int &mustUpdateBefore ) : int
mustUpdateBefore int
return int
        public virtual int get_MustUpdateBefore(out int mustUpdateBefore)
        {
            // Must always update dependencies
            mustUpdateBefore = 1;

            return VSConstants.S_OK;
        }