Elders.VSE_FormatDocumentOnSave.FormatDocumentOnBeforeSave.OnBeforeLastDocumentUnlock C# (CSharp) Метод

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

public OnBeforeLastDocumentUnlock ( uint docCookie, uint dwRdtLockType, uint dwReadLocksRemaining, uint dwEditLocksRemaining ) : int
docCookie uint
dwRdtLockType uint
dwReadLocksRemaining uint
dwEditLocksRemaining uint
Результат int
        public int OnBeforeLastDocumentUnlock(uint docCookie, uint dwRdtLockType, uint dwReadLocksRemaining, uint dwEditLocksRemaining)
        {
            return VSConstants.S_OK;
        }