VsTeXProject.VisualStudio.Project.BuildDependency.get_MustUpdateBefore C# (CSharp) 메소드

get_MustUpdateBefore() 공개 메소드

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

            return VSConstants.S_OK;
        }