Microsoft.VisualStudio.Project.NestedProjectBuildDependency.get_MustUpdateBefore C# (CSharp) Метод

get_MustUpdateBefore() публичный Метод

public get_MustUpdateBefore ( int &mustUpdateBefore ) : int
mustUpdateBefore int
Результат int
        public virtual int get_MustUpdateBefore(out int mustUpdateBefore)
        {
            // Must always update dependencies
            mustUpdateBefore = 1;

            return VSConstants.S_OK;
        }